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

Richard Henderson posted 3 patches 3 months, 2 weeks ago
target/i386/tcg/decode-new.c.inc | 13 ++++++++-----
target/i386/tcg/emit.c.inc       |  9 +++++++--
2 files changed, 15 insertions(+), 7 deletions(-)
[PATCH for-9.1 0/3] target/i386: Do not apply REX to MMX operands
Posted by Richard Henderson 3 months, 2 weeks ago
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(-)

-- 
2.43.0
Re: [PATCH for-9.1 0/3] target/i386: Do not apply REX to MMX operands
Posted by Paolo Bonzini 3 months, 1 week ago
Queued, thanks.

Paolo
Re: [PATCH for-9.1 0/3] target/i386: Do not apply REX to MMX operands
Posted by Richard Henderson 3 months, 1 week ago
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~