x86: drop Rex64 attribute
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index a831146a5c69e67e83d7818189d25d8614e48d1e..480c979d1977d2a44b9742ab42578540402915c3 100644 (file)
@@ -496,8 +496,6 @@ enum
   ImmExt,
   /* instruction don't need Rex64 prefix.  */
   NoRex64,
-  /* instruction require Rex64 prefix.  */
-  Rex64,
   /* deprecated fp insn, gets a warning */
   Ugh,
   /* insn has VEX prefix:
@@ -689,7 +687,6 @@ typedef struct i386_opcode_modifier
   unsigned int isprefix:1;
   unsigned int immext:1;
   unsigned int norex64:1;
-  unsigned int rex64:1;
   unsigned int ugh:1;
   unsigned int vex:2;
   unsigned int vexvvvv:2;
This page took 0.023116 seconds and 4 git commands to generate.