summaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorspop <spop>2009-11-18 20:28:57 +0000
committerspop <spop>2009-11-18 20:28:57 +0000
commita5dba0ce16d25524ba81829c321dd44d72ae3574 (patch)
treece880678a813cb8efbef4ba0f051f35aec3d8aaa /opcodes/i386-opc.h
parent61029f03689295e346e5124c4a3aa6248f465c5a (diff)
downloadbinutils-redhat-a5dba0ce16d25524ba81829c321dd44d72ae3574.tar.gz
2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
gas/ * config/tc-i386.c (cpu_arch): Remove cvt16. (md_show_usage): Same. * doc/c-i386.texi: Same. gas/testsuite/ * gas/i386/cvt16.d: Removed. * gas/i386/cvt16.s: Removed. * gas/i386/x86-64-cvt16.d: Removed. * gas/i386/x86-64-cvt16.s: Removed. * gas/i386/i386.exp: Remove cvt16 and x86-64-cvt16 tests. opcodes/ * i386-dis.c (VEX_LEN_XOP_08_A0): Removed. (VEX_LEN_XOP_08_A1): Removed. (xop_table): Remove entries for VEX_LEN_XOP_08_A0 and VEX_LEN_XOP_08_A1. (vex_len_table): Same. * i386-gen.c (CPU_CVT16_FLAGS): Removed. (cpu_flags): Remove field for CpuCVT16. * i386-opc.h (CpuCVT16): Removed. (i386_cpu_flags): Remove bitfield cpucvt16. (i386-opc.tbl): Remove CVT16 instructions. * i386-init.h: Regenerated. * i386-tbl.h: Regenerated.
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;