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 b7ccf040..11f55a2 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -188,6 +188,8 @@ enum
CpuCLWB,
/* PCOMMIT instruction required */
CpuPCOMMIT,
+ /* Intel AVX-512 IFMA Instructions support required. */
+ CpuAVX512IFMA,
/* 64bit support required */
Cpu64,
/* Not supported in the 64bit mode */
@@ -289,6 +291,7 @@ typedef union i386_cpu_flags
unsigned int cpuse1:1;
unsigned int cpuclwb:1;
unsigned int cpupcommit:1;
+ unsigned int cpuavx512ifma:1;
unsigned int cpu64:1;
unsigned int cpuno64:1;
#ifdef CpuUnused