gdb/testsuite/
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index f8de8cd7b7d072d05aac6492d1da80674d60c4eb..cee1303ac4ae7d5561f8b538e79b54ebfe9f8a7c 100644 (file)
@@ -240,6 +240,8 @@ enum
   FWait,
   /* quick test for string instructions */
   IsString,
+  /* quick test for lockable instructions */
+  IsLockable,
   /* fake an extra reg operand for clr, imul and special register
      processing for some instructions.  */
   RegKludge,
@@ -340,6 +342,7 @@ typedef struct i386_opcode_modifier
   unsigned int no_ldsuf:1;
   unsigned int fwait:1;
   unsigned int isstring:1;
+  unsigned int islockable:1;
   unsigned int regkludge:1;
   unsigned int firstxmm0:1;
   unsigned int implicit1stxmm0:1;
This page took 0.028477 seconds and 4 git commands to generate.