Add support for Intel CET instructions
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index df17851937ee69d99fb6c12dbd44720ebe65d850..4736afa7fdd28f3caaf757756450fd2492fb210a 100644 (file)
@@ -263,6 +263,8 @@ static initializer cpu_flag_init[] =
     "CpuRDPID" },
   { "CPU_PTWRITE_FLAGS",
     "CpuPTWRITE" },
+  { "CPU_CET_FLAGS",
+    "CpuCET" },
   { "CPU_ANY_X87_FLAGS",
     "CPU_ANY_287_FLAGS|Cpu8087" },
   { "CPU_ANY_287_FLAGS",
@@ -524,6 +526,7 @@ static bitfield cpu_flags[] =
   BITFIELD (CpuOSPKE),
   BITFIELD (CpuRDPID),
   BITFIELD (CpuPTWRITE),
+  BITFIELD (CpuCET),
   BITFIELD (CpuRegMMX),
   BITFIELD (CpuRegXMM),
   BITFIELD (CpuRegYMM),
This page took 0.024126 seconds and 4 git commands to generate.