Revert "Enable Intel MOVDIRI, MOVDIR64B instructions."
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index eddd08b6c32e467e9fc0e2bb5dea87de3af48d1e..58abea687e165a7c16c34961baaed00f3f2e2153 100644 (file)
@@ -231,20 +231,6 @@ enum
   CpuWAITPKG,
   /* CLDEMOTE instruction required */
   CpuCLDEMOTE,
-  /* MOVDIRI instruction support required */
-  CpuMOVDIRI,
-  /* MOVDIRR64B instruction required */
-  CpuMOVDIR64B,
-  /* MMX register support required */
-  CpuRegMMX,
-  /* XMM register support required */
-  CpuRegXMM,
-  /* YMM register support required */
-  CpuRegYMM,
-  /* ZMM register support required */
-  CpuRegZMM,
-  /* Mask register support required */
-  CpuRegMask,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -368,13 +354,6 @@ typedef union i386_cpu_flags
       unsigned int cpupconfig:1;
       unsigned int cpuwaitpkg:1;
       unsigned int cpucldemote:1;
-      unsigned int cpumovdiri:1;
-      unsigned int cpumovdir64b:1;
-      unsigned int cpuregmmx:1;
-      unsigned int cpuregxmm:1;
-      unsigned int cpuregymm:1;
-      unsigned int cpuregzmm:1;
-      unsigned int cpuregmask:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
@@ -468,8 +447,6 @@ enum
   ToQword,
   /* Address prefix changes operand 0 */
   AddrPrefixOp0,
-  /* Address prefix changes register operand */
-  AddrPrefixOpReg,
   /* opcode is a prefix */
   IsPrefix,
   /* instruction has extension in 8 bit imm */
@@ -651,7 +628,6 @@ typedef struct i386_opcode_modifier
   unsigned int todword:1;
   unsigned int toqword:1;
   unsigned int addrprefixop0:1;
-  unsigned int addrprefixopreg:1;
   unsigned int isprefix:1;
   unsigned int immext:1;
   unsigned int norex64:1;
This page took 0.025382 seconds and 4 git commands to generate.