aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-dis-evex-prefix.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2020-07-14 10:27:32 +0200
committerJan Beulich <jbeulich@suse.com>2020-07-14 10:27:32 +0200
commitc4de76066e9c6fa42d6f02c6519d2c6bbe0cc983 (patch)
tree95754fa24aa302befc80931de2902b22b9cda958 /opcodes/i386-dis-evex-prefix.h
parent9ab00b61a9d7d84313b1793255a1bc63b97fd9b7 (diff)
downloadgdb-c4de76066e9c6fa42d6f02c6519d2c6bbe0cc983.zip
gdb-c4de76066e9c6fa42d6f02c6519d2c6bbe0cc983.tar.gz
gdb-c4de76066e9c6fa42d6f02c6519d2c6bbe0cc983.tar.bz2
x86: fold VCMP_Fixup() into CMP_Fixup()
There's no reason to have two functions and two tables, when the AVX functionality here is a proper superset of the SSE one.
Diffstat (limited to 'opcodes/i386-dis-evex-prefix.h')
-rw-r--r--opcodes/i386-dis-evex-prefix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis-evex-prefix.h b/opcodes/i386-dis-evex-prefix.h
index 02dc75f..90d5be2 100644
--- a/opcodes/i386-dis-evex-prefix.h
+++ b/opcodes/i386-dis-evex-prefix.h
@@ -291,9 +291,9 @@
},
/* PREFIX_EVEX_0FC2 */
{
- { "vcmppX", { XMask, Vex, EXx, EXxEVexS, VCMP }, PREFIX_OPCODE },
+ { "vcmppX", { XMask, Vex, EXx, EXxEVexS, CMP }, PREFIX_OPCODE },
{ VEX_W_TABLE (EVEX_W_0FC2_P_1) },
- { "vcmppX", { XMask, Vex, EXx, EXxEVexS, VCMP }, PREFIX_OPCODE },
+ { "vcmppX", { XMask, Vex, EXx, EXxEVexS, CMP }, PREFIX_OPCODE },
{ VEX_W_TABLE (EVEX_W_0FC2_P_3) },
},
/* PREFIX_EVEX_0FC4 */