Replace CpuAMD64/CpuIntel64 with AMD64/Intel64
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 0782b1a9c5d3cd8aaa772269fc98a531c78e7b69..d01657cf1356e2e41d5ffdb1876d5c9c1a4cfdb8 100644 (file)
@@ -206,12 +206,8 @@ enum
   Cpu64,
   /* Not supported in the 64bit mode  */
   CpuNo64,
-  /* AMD64 support required  */
-  CpuAMD64,
-  /* Intel64 support required  */
-  CpuIntel64,
   /* The last bitfield in i386_cpu_flags.  */
-  CpuMax = CpuIntel64
+  CpuMax = CpuNo64
 };
 
 #define CpuNumOfUints \
@@ -316,8 +312,6 @@ typedef union i386_cpu_flags
       unsigned int cpurdpid:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
-      unsigned int cpuamd64:1;
-      unsigned int cpuintel64:1;
 #ifdef CpuUnused
       unsigned int unused:(CpuNumOfBits - CpuUnused);
 #endif
@@ -558,6 +552,10 @@ enum
   ATTSyntax,
   /* Intel syntax.  */
   IntelSyntax,
+  /* AMD64.  */
+  AMD64,
+  /* Intel64.  */
+  Intel64,
   /* The last bitfield in i386_opcode_modifier.  */
   Opcode_Modifier_Max
 };
@@ -626,6 +624,8 @@ typedef struct i386_opcode_modifier
   unsigned int attmnemonic:1;
   unsigned int attsyntax:1;
   unsigned int intelsyntax:1;
+  unsigned int amd64:1;
+  unsigned int intel64:1;
 } i386_opcode_modifier;
 
 /* Position of operand_type bits.  */
This page took 0.039598 seconds and 4 git commands to generate.