x86: Add SwapSources
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 174438698e02f3043c17bbdbbbf8b1f7a56cec53..c65febbe81efe064e9ac1f3f687f6c4903d89e1b 100644 (file)
@@ -635,6 +635,9 @@ enum
    */
   ImplicitQuadGroup,
 
+  /* Two source operands are swapped.  */
+  SwapSources,
+
   /* Support encoding optimization.  */
   Optimize,
 
@@ -710,6 +713,7 @@ typedef struct i386_opcode_modifier
   unsigned int disp8memshift:3;
   unsigned int nodefmask:1;
   unsigned int implicitquadgroup:1;
+  unsigned int swapsources:1;
   unsigned int optimize:1;
   unsigned int attmnemonic:1;
   unsigned int attsyntax:1;
This page took 0.024253 seconds and 4 git commands to generate.