Add vmfunc
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 8d5dade9ab2121895200ecee8efb895b62a6287a..a92223cabd0bd51eaa9d6059f22a18aa0565d133 100644 (file)
@@ -136,6 +136,8 @@ enum
   CpuLZCNT,
   /* INVPCID Instructions required */
   CpuINVPCID,
+  /* VMFUNC Instruction required */
+  CpuVMFUNC,
   /* 64bit support available, used by -march= in assembler.  */
   CpuLM,
   /* 64bit support required  */
@@ -213,6 +215,7 @@ typedef union i386_cpu_flags
       unsigned int cpubmi2:1;
       unsigned int cpulzcnt:1;
       unsigned int cpuinvpcid:1;
+      unsigned int cpuvmfunc:1;
       unsigned int cpulm:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
This page took 0.022869 seconds and 4 git commands to generate.