x86: don't open code is_any_vex_encoding()
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 39857561bdee412c57558a663626b6e5c767267d..8263b15d6de8db3ecb623f5bd9ae7495c5858377 100644 (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)))
This page took 0.025815 seconds and 4 git commands to generate.