x86: flag EVEX masking when destination is GPR(-like)
authorJan Beulich <jbeulich@suse.com>
Tue, 4 Jul 2023 15:01:56 +0000 (17:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Jul 2023 15:01:56 +0000 (17:01 +0200)
commit37c5374291224ed7e061fe001094cdacac7d9821
treecd0333c5fa9aabab8fb4fdd5107c76a83bfe1e81
parent1f83c96159d55af9caa96aa8f335ca1fd501a953
x86: flag EVEX masking when destination is GPR(-like)

Masking is not permitted in this case. See the code comment for how this
is being dealt with.

To avoid excess special casing of modes, have OP_M() call OP_E_memory()
directly.
gas/testsuite/gas/i386/avx512f-nondef.d
gas/testsuite/gas/i386/avx512f-nondef.s
opcodes/i386-dis.c