summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-01-06 14:19:56 +0100
committerJan Beulich <jbeulich@suse.com>2022-01-06 14:19:56 +0100
commitffb864501ea53021f0bcedd6a8ffa440f5825efd (patch)
treee63612f3454e42ad958b05914cc9c65902f086a1 /opcodes/i386-gen.c
parentf0db6fb6d964cd415b284d859d670df63b787697 (diff)
downloadbinutils-gdb-ffb864501ea53021f0bcedd6a8ffa440f5825efd.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 181bd1d5830..6770b34d893 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),