mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
x86: don't open code is_any_vex_encoding()
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2019-06-25 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
|
* tc-i386.c (process_suffix): Use is_any_vex_encoding().
|
||||||
|
|
||||||
2019-06-25 Jan Beulich <jbeulich@suse.com>
|
2019-06-25 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* testsuite/gas/i386/sse2-16bit.d,
|
* testsuite/gas/i386/sse2-16bit.d,
|
||||||
|
@ -6386,9 +6386,7 @@ process_suffix (void)
|
|||||||
else if (i.suffix != QWORD_MNEM_SUFFIX
|
else if (i.suffix != QWORD_MNEM_SUFFIX
|
||||||
&& !i.tm.opcode_modifier.ignoresize
|
&& !i.tm.opcode_modifier.ignoresize
|
||||||
&& !i.tm.opcode_modifier.floatmf
|
&& !i.tm.opcode_modifier.floatmf
|
||||||
&& !i.tm.opcode_modifier.vex
|
&& !is_any_vex_encoding (&i.tm)
|
||||||
&& !i.tm.opcode_modifier.vexopcode
|
|
||||||
&& !is_evex_encoding (&i.tm)
|
|
||||||
&& ((i.suffix == LONG_MNEM_SUFFIX) == (flag_code == CODE_16BIT)
|
&& ((i.suffix == LONG_MNEM_SUFFIX) == (flag_code == CODE_16BIT)
|
||||||
|| (flag_code == CODE_64BIT
|
|| (flag_code == CODE_64BIT
|
||||||
&& i.tm.opcode_modifier.jumpbyte)))
|
&& i.tm.opcode_modifier.jumpbyte)))
|
||||||
|
Reference in New Issue
Block a user