daily update
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 6696983e3d18373d8e62e8d36c384baa726d0412..f90dff59d442b782205d13dc1e1e5a906a0df5c2 100644 (file)
@@ -112,6 +112,8 @@ enum
   CpuLWP,
   /* BMI support required */
   CpuBMI,
+  /* TBM support required */
+  CpuTBM,
   /* MOVBE Instruction support required */
   CpuMovbe,
   /* EPT Instructions required */
@@ -189,6 +191,7 @@ typedef union i386_cpu_flags
       unsigned int cpuxop:1;
       unsigned int cpulwp:1;
       unsigned int cpubmi:1;
+      unsigned int cputbm:1;
       unsigned int cpumovbe:1;
       unsigned int cpuept:1;
       unsigned int cpurdtscp:1;
This page took 0.023168 seconds and 4 git commands to generate.