mbox series

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

Message ID 20240812025844.58956-1-richard.henderson@linaro.org
Headers show
Series target/i386: Do not apply REX to MMX operands | expand

Message

Richard Henderson Aug. 12, 2024, 2:58 a.m. UTC
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 files changed, 15 insertions(+), 7 deletions(-)

Comments

Paolo Bonzini Aug. 13, 2024, 9:35 a.m. UTC | #1
Queued, thanks.

Paolo
Richard Henderson Aug. 13, 2024, 9:55 a.m. UTC | #2
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~