aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-10-20 10:01:12 +0200
committerJan Beulich <jbeulich@suse.com>2022-10-20 10:01:12 +0200
commit837e225ba1992f9745e5bbbd5e8443243a7f475f (patch)
treea540ffd72839917cfbc5b8580c1dfc85904bcd2b /opcodes/i386-gen.c
parent15ede33bfa86fd2dfd2d088e01ac2d20cdba46c9 (diff)
downloadgdb-837e225ba1992f9745e5bbbd5e8443243a7f475f.zip
gdb-837e225ba1992f9745e5bbbd5e8443243a7f475f.tar.gz
gdb-837e225ba1992f9745e5bbbd5e8443243a7f475f.tar.bz2
x86: re-work AVX-VNNI support
By putting the templates after their AVX512 counterparts, the AVX512 flavors will be picked by default. That way the need to always use {vex} ceases to exist once respective CPU features (AVX512-VNNI or AVX512VL as a whole) have been disabled. This way the need for the PseudoVexPrefix attribute also disappears.
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 eb3bd85..129a06d 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -711,7 +711,6 @@ static bitfield opcode_modifiers[] =
BITFIELD (ImmExt),
BITFIELD (NoRex64),
BITFIELD (Ugh),
- BITFIELD (PseudoVexPrefix),
BITFIELD (Vex),
BITFIELD (VexVVVV),
BITFIELD (VexW),