x86: don't open code is_any_vex_encoding()

This commit is contained in:
Jan Beulich 2019-06-25 09:27:49 +02:00 committed by Jan Beulich
parent a280ab8e81
commit a38d71189b
2 changed files with 5 additions and 3 deletions

View File

@ -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>
* testsuite/gas/i386/sse2-16bit.d,

View File

@ -6386,9 +6386,7 @@ process_suffix (void)
else if (i.suffix != QWORD_MNEM_SUFFIX
&& !i.tm.opcode_modifier.ignoresize
&& !i.tm.opcode_modifier.floatmf
&& !i.tm.opcode_modifier.vex
&& !i.tm.opcode_modifier.vexopcode
&& !is_evex_encoding (&i.tm)
&& !is_any_vex_encoding (&i.tm)
&& ((i.suffix == LONG_MNEM_SUFFIX) == (flag_code == CODE_16BIT)
|| (flag_code == CODE_64BIT
&& i.tm.opcode_modifier.jumpbyte)))