aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-dis-evex.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-08-19 15:58:52 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-08-19 15:58:52 +0000
commit79ceb7cb739072ff6bc5fd143055e4d5172cf6bd (patch)
treef09a0de426e909bb7c96e4a49f03b250231cf47a /opcodes/i386-dis-evex.h
parent8b64b65e23fee758d9a81c9f5c940e23e48a2fea (diff)
downloadgdb-79ceb7cb739072ff6bc5fd143055e4d5172cf6bd.zip
gdb-79ceb7cb739072ff6bc5fd143055e4d5172cf6bd.tar.gz
gdb-79ceb7cb739072ff6bc5fd143055e4d5172cf6bd.tar.bz2
Remove PREFIX_EVEX_0F3A3E and PREFIX_EVEX_0F3A3F
* i386-dis.c (PREFIX_EVEX_0F3A3E): Removed. (PREFIX_EVEX_0F3A3F): Likewise. * i386-dis-evex.h (evex_table): Updated.
Diffstat (limited to 'opcodes/i386-dis-evex.h')
-rw-r--r--opcodes/i386-dis-evex.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/opcodes/i386-dis-evex.h b/opcodes/i386-dis-evex.h
index 1a89776..c42e7cb 100644
--- a/opcodes/i386-dis-evex.h
+++ b/opcodes/i386-dis-evex.h
@@ -655,8 +655,8 @@ static const struct dis386 evex_table[][256] = {
{ PREFIX_TABLE (PREFIX_EVEX_0F3A3B) },
{ Bad_Opcode },
{ Bad_Opcode },
- { PREFIX_TABLE (PREFIX_EVEX_0F3A3E) },
- { PREFIX_TABLE (PREFIX_EVEX_0F3A3F) },
+ { Bad_Opcode },
+ { Bad_Opcode },
/* 40 */
{ Bad_Opcode },
{ Bad_Opcode },
@@ -2182,18 +2182,6 @@ static const struct dis386 evex_table[][256] = {
{ Bad_Opcode },
{ VEX_W_TABLE (EVEX_W_0F3A3B_P_2) },
},
- /* PREFIX_EVEX_0F3A3E */
- {
- { Bad_Opcode },
- { Bad_Opcode },
- { "vpcmpuW", { XMask, Vex, EXx, Ib } },
- },
- /* PREFIX_EVEX_0F3A3F */
- {
- { Bad_Opcode },
- { Bad_Opcode },
- { "vpcmpW", { XMask, Vex, EXx, Ib } },
- },
/* PREFIX_EVEX_0F3A43 */
{
{ Bad_Opcode },