diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-01-06 14:19:56 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-01-06 14:19:56 +0100 |
commit | ffb864501ea53021f0bcedd6a8ffa440f5825efd (patch) | |
tree | e63612f3454e42ad958b05914cc9c65902f086a1 /opcodes/i386-gen.c | |
parent | f0db6fb6d964cd415b284d859d670df63b787697 (diff) | |
download | fsf-binutils-gdb-ffb864501ea53021f0bcedd6a8ffa440f5825efd.zip fsf-binutils-gdb-ffb864501ea53021f0bcedd6a8ffa440f5825efd.tar.gz fsf-binutils-gdb-ffb864501ea53021f0bcedd6a8ffa440f5825efd.tar.bz2 |
x86: drop NoAVX insn attribute
To avoid issues like that addressed by 6e3e5c9e4181 ("x86: extend SSE
check to PCLMULQDQ, AES, and GFNI insns"), base the check on opcode
attributes and operand types.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 181bd1d..6770b34 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -730,7 +730,6 @@ static bitfield opcode_modifiers[] = BITFIELD (VexSources), BITFIELD (SIB), BITFIELD (SSE2AVX), - BITFIELD (NoAVX), BITFIELD (EVex), BITFIELD (Masking), BITFIELD (Broadcast), |