Enable Intel VAES instructions.
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index bc14684480b5f32fe113f0d1d7b4a48be0109050..c6c3f66ab4d232dafccf04eac4befe8a79e1760b 100644 (file)
@@ -214,6 +214,8 @@ enum
   CpuCET,
   /* GFNI instructions required */
   CpuGFNI,
+  /* VAES instructions required */
+  CpuVAES,
   /* MMX register support required */
   CpuRegMMX,
   /* XMM register support required */
@@ -338,6 +340,7 @@ typedef union i386_cpu_flags
       unsigned int cpuptwrite:1;
       unsigned int cpucet:1;
       unsigned int cpugfni:1;
+      unsigned int cpuvaes:1;
       unsigned int cpuregmmx:1;
       unsigned int cpuregxmm:1;
       unsigned int cpuregymm:1;
This page took 0.027003 seconds and 4 git commands to generate.