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

2023-01-17 Thread Paolo Bonzini
Queued, thanks. Paolo

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

2023-01-14 Thread Richard Henderson
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 +--- targ