[PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]

Richard Henderson posted 2 patches 1 year, 3 months ago
tests/tcg/i386/test-i386-bmi2.c | 194 +++++++++++++++++---------------
target/i386/tcg/emit.c.inc      |  22 ++--
2 files changed, 116 insertions(+), 100 deletions(-)
[PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
Posted by Richard Henderson 1 year, 3 months ago
Fix the instruction, and improve the test harness to better
handle 32-bit insns with 64-bit inputs.

r~


Richard Henderson (2):
  tests/tcg/i386: Introduce and use reg_t consistently
  target/i386: Fix BEXTR instruction

 tests/tcg/i386/test-i386-bmi2.c | 194 +++++++++++++++++---------------
 target/i386/tcg/emit.c.inc      |  22 ++--
 2 files changed, 116 insertions(+), 100 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
Posted by Paolo Bonzini 1 year, 3 months ago
Queued, thanks.

Paolo