Add OPERAND_TYPE_IMM32_64
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Jan 2013 22:11:05 +0000 (22:11 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Jan 2013 22:11:05 +0000 (22:11 +0000)
* i386-gen.c (operand_type_init): Add OPERAND_TYPE_IMM32_64.

* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.

opcodes/ChangeLog
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-tbl.h

index 27607884ddf785ac0793fd2240f3377dd5003ba9..45f3e326b7a3cb3e47af65747613bc5b4501b990 100644 (file)
@@ -1,3 +1,10 @@
+2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-gen.c (operand_type_init): Add OPERAND_TYPE_IMM32_64.
+
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Likewise.
+
 2013-01-15  Nick Clifton  <nickc@redhat.com>
 
        * v850-dis.c (get_operand_value): Sign extend V850E_IMMEDIATE
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",
index 2e4589b00bae5da4f4f2c18b8d82761937343969..294c05de0ac6bac2ef45bbb1ec7c19aa74c91a31 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is automatically generated by i386-gen.  Do not edit!  */
-/* Copyright 2007, 2008, 2009, 2010, 2011
+/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
    Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
       0, 0, 0, 0, 0, 0 } }
 
+#define OPERAND_TYPE_IMM32_64 \
+  { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, \
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
+      0, 0, 0, 0, 0, 0 } }
+
 #define OPERAND_TYPE_IMM32_32S_DISP32 \
   { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \
       0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
index 257f8b1851ed2969e33d91898bb1595905ab6f6d..e1e2dc5511c46ca6442c21cbafcc1c1f644d7ab1 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is automatically generated by i386-gen.  Do not edit!  */
-/* Copyright 2007, 2008, 2009, 2010, 2011
+/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
    Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
This page took 0.049407 seconds and 4 git commands to generate.