Re: [PATCH for-9.1 0/3] target/i386: Do not apply REX to MMX operands

2024-08-13 Thread Richard Henderson
On 8/13/24 19:35, Paolo Bonzini wrote: Queued, thanks. Paolo Beware there's a missing \ in patch 3. Not sure how that happened between last test and posting... r~

Re: [PATCH for-9.1 0/3] target/i386: Do not apply REX to MMX operands

2024-08-13 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH for-9.1 0/3] target/i386: Do not apply REX to MMX operands

2024-08-11 Thread Richard Henderson
Fixes #2495. r~ Richard Henderson (3): target/i386: Do not apply REX to MMX operands target/i386: Use unit not type in decode_modrm target/i386: Assert MMX and XMM registers in range target/i386/tcg/decode-new.c.inc | 13 - target/i386/tcg/emit.c.inc | 9 +++-- 2 fi