summaryrefslogtreecommitdiff
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, 0 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 536f4622f4..a8f3fd2229 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -104,8 +104,6 @@ enum
CpuFMA4,
/* XOP support required */
CpuXOP,
- /* CVT16 support required */
- CpuCVT16,
/* LWP support required */
CpuLWP,
/* MOVBE Instuction support required */
@@ -175,7 +173,6 @@ typedef union i386_cpu_flags
unsigned int cpufma:1;
unsigned int cpufma4:1;
unsigned int cpuxop:1;
- unsigned int cpucvt16:1;
unsigned int cpulwp:1;
unsigned int cpumovbe:1;
unsigned int cpuept:1;