aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 11f55a2..a8f6333 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -190,6 +190,8 @@ enum
CpuPCOMMIT,
/* Intel AVX-512 IFMA Instructions support required. */
CpuAVX512IFMA,
+ /* Intel AVX-512 VBMI Instructions support required. */
+ CpuAVX512VBMI,
/* 64bit support required */
Cpu64,
/* Not supported in the 64bit mode */
@@ -292,6 +294,7 @@ typedef union i386_cpu_flags
unsigned int cpuclwb:1;
unsigned int cpupcommit:1;
unsigned int cpuavx512ifma:1;
+ unsigned int cpuavx512vbmi:1;
unsigned int cpu64:1;
unsigned int cpuno64:1;
#ifdef CpuUnused