aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2017-12-18 09:37:15 +0100
committerJan Beulich <jbeulich@suse.com>2017-12-18 09:37:15 +0100
commit10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0 (patch)
tree12dbdd0363c5e815b4b589d3e7e85a95f56d10a4 /opcodes/i386-gen.c
parent1b54b8d7e4fc8055f9220a5287e8a94d8a65a88d (diff)
downloadgdb-10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0.zip
gdb-10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0.tar.gz
gdb-10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0.tar.bz2
x86: fold certain AVX and AVX2 templates
Just like for instructions in GPRs, there's no need to have separate templates for otherwise identical insns acting on XMM or YMM registers (or memory of the same size).
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 2acf1a4..e03e800 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -412,10 +412,6 @@ static initializer operand_type_init[] =
"RegMMX" },
{ "OPERAND_TYPE_REGXMM",
"RegXMM" },
- { "OPERAND_TYPE_REGYMM",
- "RegYMM" },
- { "OPERAND_TYPE_REGZMM",
- "RegZMM" },
{ "OPERAND_TYPE_REGMASK",
"RegMask" },
{ "OPERAND_TYPE_ESSEG",