x86: drop Vec_Imm4
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index c0325ed16b90520b956373622c50081b46e95cee..6e457a8cc9770bce1e5af4293288b0a2bebc2ce0 100644 (file)
@@ -486,8 +486,6 @@ static initializer operand_type_init[] =
     "Imm32|Imm32S|Imm64|Disp32" },
   { "OPERAND_TYPE_IMM32_32S_64_DISP32_64",
     "Imm32|Imm32S|Imm64|Disp32|Disp64" },
-  { "OPERAND_TYPE_VEC_IMM4",
-    "Vec_Imm4" },
   { "OPERAND_TYPE_REGBND",
     "RegBND" },
 };
@@ -721,7 +719,6 @@ static bitfield operand_types[] =
   BITFIELD (Zmmword),
   BITFIELD (Unspecified),
   BITFIELD (Anysize),
-  BITFIELD (Vec_Imm4),
   BITFIELD (RegBND),
 #ifdef OTUnused
   BITFIELD (OTUnused),
This page took 0.024099 seconds and 4 git commands to generate.