x86: drop Vec_Imm4
[binutils-gdb.git] / opcodes / i386-opc.h
index f89f38b998a2b56fd982b39488ff6b2fd8db6406..831ffbfda18a34275647fc85d86026a490dc1449 100644 (file)
@@ -784,9 +784,6 @@ enum
   /* Any memory size.  */
   Anysize,
 
-  /* Vector 4 bit immediate.  */
-  Vec_Imm4,
-
   /* Bound register.  */
   RegBND,
 
@@ -846,7 +843,6 @@ typedef union i386_operand_type
       unsigned int zmmword:1;
       unsigned int unspecified:1;
       unsigned int anysize:1;
-      unsigned int vec_imm4:1;
       unsigned int regbnd:1;
 #ifdef OTUnused
       unsigned int unused:(OTNumOfBits - OTUnused);