X86: Add ptwrite instruction
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index c1502f9ba40fc89f14302b29b19b42ce369b4c13..05004084b4d9bdc3d5d03c6d356483b0720550ba 100644 (file)
@@ -202,6 +202,8 @@ enum
   CpuOSPKE,
   /* RDPID instruction required */
   CpuRDPID,
+  /* PTWRITE instruction required */
+  CpuPTWRITE,
   /* MMX register support required */
   CpuRegMMX,
   /* XMM register support required */
@@ -320,6 +322,7 @@ typedef union i386_cpu_flags
       unsigned int cpuclzero:1;
       unsigned int cpuospke:1;
       unsigned int cpurdpid:1;
+      unsigned int cpuptwrite:1;
       unsigned int cpuregmmx:1;
       unsigned int cpuregxmm:1;
       unsigned int cpuregymm:1;
This page took 0.024594 seconds and 4 git commands to generate.