x86: drop Vec_Disp8
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 5c29bdbfafd32a61e69d694217a0d4350bda695b..c76ebb7c34566f6f6af34d3b5c5afc8cc6ed2e51 100644 (file)
@@ -797,9 +797,6 @@ enum
   /* Bound register.  */
   RegBND,
 
-  /* Vector 8bit displacement */
-  Vec_Disp8,
-
   /* The last bitfield in i386_operand_type.  */
   OTMax
 };
@@ -866,7 +863,6 @@ typedef union i386_operand_type
       unsigned int anysize:1;
       unsigned int vec_imm4:1;
       unsigned int regbnd:1;
-      unsigned int vec_disp8:1;
 #ifdef OTUnused
       unsigned int unused:(OTNumOfBits - OTUnused);
 #endif
This page took 0.026135 seconds and 4 git commands to generate.