mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
x86: partial revert of 10c17abdd0
Other than the variables in tc-i386.c using them, OPERAND_TYPE_REGYMM and OPERAND_TYPE_REGZMM they aren't entirely unused. No need to update i386-init.h though, as it mistakenly wasn't updated by the original commit.
This commit is contained in:
parent
9fe561ab7f
commit
1508bbf535
@ -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.
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user