x86: FMA4 scalar insns ignore VEX.L
authorJan Beulich <jbeulich@suse.com>
Wed, 8 Jul 2020 09:19:26 +0000 (11:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 8 Jul 2020 09:19:26 +0000 (11:19 +0200)
commit6384fd9e1d3f8e692c8686a104caec23cf2fc05f
tree3fa47d16c6f29d3d7fec04c096220dd9d0cf1750
parente6123d0c615577915495a356b007cdfe97ee5945
x86: FMA4 scalar insns ignore VEX.L

Just like other VEX-encoded scalar insns do.

Besides a testcase for this behavior also introduce one to verify that
XOP scalar insns don't honor -mavxscalar=256, as they don't ignore
XOP.L.
gas/ChangeLog
gas/testsuite/gas/i386/fma4-lig.d [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/xop-lig.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.024057 seconds and 4 git commands to generate.