[0/2] x86/APX: correct/extend encodings possible

Message ID 4a62c3b1-dbfc-4291-8d22-c8966abe0573@suse.com
Headers
Series x86/APX: correct/extend encodings possible |

Message

Jan Beulich Feb. 2, 2024, 10:39 a.m. UTC
  The 1st patch addresses a mistake of mine. The 2nd extend what was done
(where the 1st patch is needed) to another 6 AVX/AVX2 insns, which I
missed during review due them to not being present in either the "valid"
or the "invalid" testcases.

1: VROUND{P,S}{S,D} encodings require AVX512{F,VL}
2: V{BROADCAST,EXTRACT,INSERT}{F,I}128 can also be expressed

Jan