diff options
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index b81e80e..47a9ddb 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -269,6 +269,8 @@ static initializer cpu_flag_init[] = "CpuCET" }, { "CPU_GFNI_FLAGS", "CpuGFNI" }, + { "CPU_VAES_FLAGS", + "CpuVAES" }, { "CPU_ANY_X87_FLAGS", "CPU_ANY_287_FLAGS|Cpu8087" }, { "CPU_ANY_287_FLAGS", @@ -535,6 +537,7 @@ static bitfield cpu_flags[] = BITFIELD (CpuPTWRITE), BITFIELD (CpuCET), BITFIELD (CpuGFNI), + BITFIELD (CpuVAES), BITFIELD (CpuRegMMX), BITFIELD (CpuRegXMM), BITFIELD (CpuRegYMM), |