ubsan: xstormy16: left shift of negative value
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index 469798cd1b96019d7182fa2ab9d6c40271a208d7..b853e425e600ad432e65903ad728dc5cb08b84a6 100644 (file)
@@ -437,8 +437,6 @@ static initializer operand_type_init[] =
     "Instance=Accum|Tbyte" },
   { "OPERAND_TYPE_SREG",
     "Class=SReg" },
-  { "OPERAND_TYPE_JUMPABSOLUTE",
-    "JumpAbsolute" },
   { "OPERAND_TYPE_REGMMX",
     "Class=RegMMX" },
   { "OPERAND_TYPE_REGXMM",
@@ -617,9 +615,6 @@ static bitfield opcode_modifiers[] =
   BITFIELD (Modrm),
   BITFIELD (ShortForm),
   BITFIELD (Jump),
-  BITFIELD (JumpDword),
-  BITFIELD (JumpByte),
-  BITFIELD (JumpInterSegment),
   BITFIELD (FloatMF),
   BITFIELD (FloatR),
   BITFIELD (Size),
@@ -723,7 +718,6 @@ static bitfield operand_types[] =
   BITFIELD (Disp32),
   BITFIELD (Disp32S),
   BITFIELD (Disp64),
-  BITFIELD (JumpAbsolute),
   BITFIELD (Byte),
   BITFIELD (Word),
   BITFIELD (Dword),
This page took 0.022927 seconds and 4 git commands to generate.