Re: [PATCH v3 07/23] i386: check SSE table flags instead of hardcoding opcodes

2022-09-01 Thread Richard Henderson
On 9/1/22 08:48, Paolo Bonzini wrote: Put more flags to work to avoid hardcoding lists of opcodes. The op7 case for SSE_OPF_CMP is included for homogeneity and because AVX needs it, but it is never used by SSE or MMX. Extracted from a patch by Paul Brook. Signed-off-by: Paolo Bonzini ---

[PATCH v3 07/23] i386: check SSE table flags instead of hardcoding opcodes

2022-09-01 Thread Paolo Bonzini
Put more flags to work to avoid hardcoding lists of opcodes. The op7 case for SSE_OPF_CMP is included for homogeneity and because AVX needs it, but it is never used by SSE or MMX. Extracted from a patch by Paul Brook . Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 75