Enable Intel GFNI instructions.
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index a14851fedf7b5bf5e8c4282dd80646dddb4cad2f..b81e80eafcf6488fa4e0faec93854b281ed571c8 100644 (file)
@@ -267,6 +267,8 @@ static initializer cpu_flag_init[] =
     "CpuPTWRITE" },
   { "CPU_CET_FLAGS",
     "CpuCET" },
+  { "CPU_GFNI_FLAGS",
+    "CpuGFNI" },
   { "CPU_ANY_X87_FLAGS",
     "CPU_ANY_287_FLAGS|Cpu8087" },
   { "CPU_ANY_287_FLAGS",
@@ -532,6 +534,7 @@ static bitfield cpu_flags[] =
   BITFIELD (CpuRDPID),
   BITFIELD (CpuPTWRITE),
   BITFIELD (CpuCET),
+  BITFIELD (CpuGFNI),
   BITFIELD (CpuRegMMX),
   BITFIELD (CpuRegXMM),
   BITFIELD (CpuRegYMM),
This page took 0.024815 seconds and 4 git commands to generate.