summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/i386-gen.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3c5de6125e..356639e828 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-02 Jan Beulich <jbeulich@suse.com>
+
+ * i386-gen.c (operand_type_init): Restore OPERAND_TYPE_REGYMM
+ and OPERAND_TYPE_REGZMM entries.
+
2017-12-20 Jim Wilson <jimw@sifive.com>
* riscv-opc.c (match_c_add_with_hint, match_c_lui_with_hint): New.
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index e03e800bbe..2acf1a4fc7 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -412,6 +412,10 @@ 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",