change delegation for to_read_description
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 25eb976c77bc83cb8e7808049ffc1e96262e1b2a..4561a4f87ef51c1f7204cb7282eb6ae6ea77cdfc 100644 (file)
@@ -169,6 +169,12 @@ enum
   CpuSHA,
   /* VREX support required  */
   CpuVREX,
+  /* CLFLUSHOPT instruction required */
+  CpuClflushOpt,
+  /* XSAVES/XRSTORS instruction required */
+  CpuXSAVES,
+  /* XSAVEC instruction required */
+  CpuXSAVEC,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -260,6 +266,9 @@ typedef union i386_cpu_flags
       unsigned int cpusmap:1;
       unsigned int cpusha:1;
       unsigned int cpuvrex:1;
+      unsigned int cpuclflushopt:1;
+      unsigned int cpuxsaves:1;
+      unsigned int cpuxsavec:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
This page took 0.024868 seconds and 4 git commands to generate.