Enable Intel RDPID instruction.
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index d598ce5eeb8d324da191f948ab195ac473c8b66b..a93c1f39084e2505ceea7d6e5530d649817945d8 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for Intel 80386 opcode table
-   Copyright (C) 2007-2015 Free Software Foundation, Inc.
+   Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -196,8 +196,12 @@ enum
   CpuAVX512VBMI,
   /* mwaitx instruction required */
   CpuMWAITX,
-  /* Clzero instruction required */ 
+  /* Clzero instruction required */
   CpuCLZERO,
+  /* OSPKE instruction required */
+  CpuOSPKE,
+  /* RDPID instruction required */
+  CpuRDPID,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -308,6 +312,8 @@ typedef union i386_cpu_flags
       unsigned int cpuavx512vbmi:1;
       unsigned int cpumwaitx:1;
       unsigned int cpuclzero:1;
+      unsigned int cpuospke:1;
+      unsigned int cpurdpid:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
       unsigned int cpuamd64:1;
This page took 0.023963 seconds and 4 git commands to generate.