forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1293,8 +1293,6 @@ enum
|
||||
VEX_LEN_3A7E_P_2,
|
||||
VEX_LEN_3A7F_P_2,
|
||||
VEX_LEN_3ADF_P_2,
|
||||
VEX_LEN_XOP_08_A0,
|
||||
VEX_LEN_XOP_08_A1,
|
||||
VEX_LEN_XOP_09_80,
|
||||
VEX_LEN_XOP_09_81
|
||||
};
|
||||
@@ -6573,8 +6571,8 @@ static const struct dis386 xop_table[][256] = {
|
||||
{ "vpmacsdd", { XMVexW, Vex, EXVexW, EXVexW, VexI4 } },
|
||||
{ "vpmacsdqh", { XMVexW, Vex, EXVexW, EXVexW, VexI4 } },
|
||||
/* a0 */
|
||||
{ VEX_LEN_TABLE (VEX_LEN_XOP_08_A0) },
|
||||
{ VEX_LEN_TABLE (VEX_LEN_XOP_08_A1) },
|
||||
{ "(bad)", { XX } },
|
||||
{ "(bad)", { XX } },
|
||||
{ "vpcmov", { XMVexW, Vex, EXVexW, EXVexW, VexI4 } },
|
||||
{ "vpperm", { XMVexW, Vex, EXVexW, EXVexW, VexI4 } },
|
||||
{ "(bad)", { XX } },
|
||||
@@ -9353,16 +9351,6 @@ static const struct dis386 vex_len_table[][2] = {
|
||||
{ "vaeskeygenassist", { XM, EXx, Ib } },
|
||||
{ "(bad)", { XX } },
|
||||
},
|
||||
/* VEX_LEN_XOP_08_A0 */
|
||||
{
|
||||
{ "vcvtph2ps", { XM, EXq, Ib } },
|
||||
{ "vcvtph2ps", { XM, EXxmm, Ib } },
|
||||
},
|
||||
/* VEX_LEN_XOP_08_A1 */
|
||||
{
|
||||
{ "vcvtps2ph", { EXq, XM, Ib } },
|
||||
{ "vcvtps2ph", { EXxmm, XM, Ib } },
|
||||
},
|
||||
/* VEX_LEN_XOP_09_80 */
|
||||
{
|
||||
{ "vfrczps", { XM, EXxmm } },
|
||||
|
||||
Reference in New Issue
Block a user