Replace Vex0F, Vex0F38, Vex0F3A, XOP08, XOP09 and XOP0A with VexOpcode.
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index 20217c49333cc81ae726eab11ddde34b20fbf65c..3a9f0701f94acb9c97e7e951c4359f61fa53a1fa 100644 (file)
@@ -358,12 +358,7 @@ static bitfield opcode_modifiers[] =
   BITFIELD (VexNDD),
   BITFIELD (VexLWP),
   BITFIELD (VexW),
-  BITFIELD (Vex0F),
-  BITFIELD (Vex0F38),
-  BITFIELD (Vex0F3A),
-  BITFIELD (XOP08),
-  BITFIELD (XOP09),
-  BITFIELD (XOP0A),
+  BITFIELD (VexOpcode),
   BITFIELD (VexSources),
   BITFIELD (VexImmExt),
   BITFIELD (SSE2AVX),
This page took 0.023498 seconds and 4 git commands to generate.