summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 67fb7a25576..e2857badb4c 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -210,6 +210,8 @@ static initializer cpu_flag_init[] =
"CpuSMAP" },
{ "CPU_MPX_FLAGS",
"CpuMPX" },
+ { "CPU_SHA_FLAGS",
+ "CpuSHA" },
};
static initializer operand_type_init[] =
@@ -386,6 +388,7 @@ static bitfield cpu_flags[] =
BITFIELD (CpuADX),
BITFIELD (CpuPRFCHW),
BITFIELD (CpuSMAP),
+ BITFIELD (CpuSHA),
BITFIELD (Cpu64),
BITFIELD (CpuNo64),
BITFIELD (CpuMPX),