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 5ba84c8..f861cdc 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -74,6 +74,8 @@ enum i386_cpu
CpuPadLockRNG2,
/* Zhaoxin PadLock PHE2 required */
CpuPadLockPHE2,
+ /* Zhaoxin PadLock XMODX required */
+ CpuPadLockXMODX,
/* AMD Secure Virtual Machine Ext-s required */
CpuSVME,
/* VMX Instructions required */
@@ -430,6 +432,7 @@ typedef union i386_cpu_flags
unsigned int cpugmiccs:1;
unsigned int cpupadlockrng2:1;
unsigned int cpupadlockphe2:1;
+ unsigned int cpupadlockxmodx:1;
unsigned int cpusvme:1;
unsigned int cpuvmx:1;
unsigned int cpusmx:1;