x86: adjust/correct VFRCZ{P,S}{S,D} decoding
authorJan Beulich <jbeulich@suse.com>
Mon, 6 Jul 2020 11:44:35 +0000 (13:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 6 Jul 2020 11:44:35 +0000 (13:44 +0200)
The unnecessary XOP.L decoding had caught my eye, together with the not
really expected operand specifiers. Drop this decode step, and instead
make sure XOP.W and XOP.PP don't get ignored. For the latter, do this in
a form applicable to all XOP insns, rather than adding extra table
layers - there are no encodings with the field non-zero. Besides these
two, for the scalar forms XOP.L actually needs to also be zero.


No differences found
This page took 0.023092 seconds and 4 git commands to generate.