]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/i386-opc.h
Enable support to Intel Keylocker instructions
[thirdparty/binutils-gdb.git] / opcodes / i386-opc.h
index 09ee615db1e67a292f2c287a8e07ef3d276a6734..4c68cb746c433d3e6625d6089e2bdb08a4db4878 100644 (file)
@@ -259,6 +259,10 @@ enum
   CpuSEV_ES,
   /* TSXLDTRK instruction required */
   CpuTSXLDTRK,
+  /* KL instruction support required */
+  CpuKL,
+  /* WideKL instruction support required */
+  CpuWideKL,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -396,6 +400,8 @@ typedef union i386_cpu_flags
       unsigned int cpumcommit:1;
       unsigned int cpusev_es:1;
       unsigned int cputsxldtrk:1;
+      unsigned int cpukl:1;
+      unsigned int cpuwidekl:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused