Re: [PATCH 11/37] target/i386: validate SSE prefixes directly in the decoding table

2022-09-12 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: Many SSE and AVX instructions are only valid with specific prefixes (none, 66, F3, F2). Introduce a direct way to encode this in the decoding table to avoid using decode groups too much. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc

[PATCH 11/37] target/i386: validate SSE prefixes directly in the decoding table

2022-09-11 Thread Paolo Bonzini
Many SSE and AVX instructions are only valid with specific prefixes (none, 66, F3, F2). Introduce a direct way to encode this in the decoding table to avoid using decode groups too much. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 37