2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index a2afa3d1eca5f5671e44f4222bb6618685256987..5da2bb42d479894a0f65ab3006698fc86c44fb69 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2007  Free Software Foundation, Inc.
+/* Copyright 2007, 2008  Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -109,7 +109,7 @@ static initializer cpu_flag_init [] =
   { "CPU_ABM_FLAGS",
     "CpuABM" },
   { "CPU_SSE5_FLAGS",
-    "CpuMMX|CpuMMX2|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuSSE5"}
+    "CpuMMX|CpuMMX2|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuSSE5"},
 };
 
 static initializer operand_type_init [] =
@@ -272,11 +272,21 @@ static bitfield opcode_modifiers[] =
   BITFIELD (No_lSuf),
   BITFIELD (No_sSuf),
   BITFIELD (No_qSuf),
-  BITFIELD (No_xSuf),
+  BITFIELD (No_ldSuf),
+  BITFIELD (CheckSize),
+  BITFIELD (Byte),
+  BITFIELD (Word),
+  BITFIELD (Dword),
+  BITFIELD (Qword),
+  BITFIELD (Xmmword),
   BITFIELD (FWait),
   BITFIELD (IsString),
   BITFIELD (RegKludge),
   BITFIELD (FirstXmm0),
+  BITFIELD (ByteOkIntel),
+  BITFIELD (ToDword),
+  BITFIELD (ToQword),
+  BITFIELD (AddrPrefixOp0),
   BITFIELD (IsPrefix),
   BITFIELD (ImmExt),
   BITFIELD (NoRex64),
@@ -285,6 +295,9 @@ static bitfield opcode_modifiers[] =
   BITFIELD (Drex),
   BITFIELD (Drexv),
   BITFIELD (Drexc),
+  BITFIELD (OldGcc),
+  BITFIELD (ATTMnemonic),
+  BITFIELD (IntelMnemonic),
 };
 
 static bitfield operand_types[] =
@@ -350,7 +363,7 @@ static void
 process_copyright (FILE *fp)
 {
   fprintf (fp, "/* This file is automatically generated by i386-gen.  Do not edit!  */\n\
-/* Copyright 2007  Free Software Foundation, Inc.\n\
+/* Copyright 2007, 2008  Free Software Foundation, Inc.\n\
 \n\
    This file is part of the GNU opcodes library.\n\
 \n\
This page took 0.029721 seconds and 4 git commands to generate.