Implement Intel SMAP instructions
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index bfb3ce434e0e38f26b0952f5d48db445510822c2..ff99eeb50650cea495caba920156315187fa1d0d 100644 (file)
@@ -152,6 +152,8 @@ enum
   CpuADX,
   /* Supports prefetchw and prefetch instructions.  */
   CpuPRFCHW,
+  /* SMAP instructions required.  */
+  CpuSMAP,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -235,6 +237,7 @@ typedef union i386_cpu_flags
       unsigned int cpurdseed:1;
       unsigned int cpuadx:1;
       unsigned int cpuprfchw:1;
+      unsigned int cpusmap:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
This page took 0.040904 seconds and 4 git commands to generate.