Implement BMI instructions.
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index fe4fe97b1929fe25e742851c448e5ea835ae1c5c..6696983e3d18373d8e62e8d36c384baa726d0412 100644 (file)
@@ -110,6 +110,8 @@ enum
   CpuXOP,
   /* LWP support required */
   CpuLWP,
+  /* BMI support required */
+  CpuBMI,
   /* MOVBE Instruction support required */
   CpuMovbe,
   /* EPT Instructions required */
@@ -186,6 +188,7 @@ typedef union i386_cpu_flags
       unsigned int cpufma4:1;
       unsigned int cpuxop:1;
       unsigned int cpulwp:1;
+      unsigned int cpubmi:1;
       unsigned int cpumovbe:1;
       unsigned int cpuept:1;
       unsigned int cpurdtscp:1;
This page took 0.025383 seconds and 4 git commands to generate.