mbox series

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

Message ID 20230114230542.3116013-1-richard.henderson@linaro.org
Headers show
Series target/i386: Fix BEXTR instruction [#1372] | expand

Message

Richard Henderson Jan. 14, 2023, 11:05 p.m. UTC
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(-)

Comments

Paolo Bonzini Jan. 17, 2023, 8:09 a.m. UTC | #1
Queued, thanks.

Paolo