Add OPERAND_TYPE_IMM32_64
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index 63c66a9c32aebfdc53ace21ac1f6494b32390b8d..7f66a1e26134afb193ac86e2c406a07121f11b17 100644 (file)
@@ -294,6 +294,8 @@ static initializer operand_type_init[] =
     "Imm16|Imm32S" },
   { "OPERAND_TYPE_IMM16_32_32S",
     "Imm16|Imm32|Imm32S" },
+  { "OPERAND_TYPE_IMM32_64",
+    "Imm32|Imm64" },
   { "OPERAND_TYPE_IMM32_32S_DISP32",
     "Imm32|Imm32S|Disp32" },
   { "OPERAND_TYPE_IMM64_DISP64",
This page took 0.023158 seconds and 4 git commands to generate.