Re: [PATCH 02/10] target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL

2024-06-20 Thread Richard Henderson
On 6/20/24 02:54, Paolo Bonzini wrote: Handle it like the other arithmetic cc_ops. This simplifies a bit the implementation of bit test instructions. Signed-off-by: Paolo Bonzini --- target/i386/cpu.h | 13 +++-- target/i386/tcg/translate.c | 3 +-- 2 files changed, 12 i

[PATCH 02/10] target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL

2024-06-20 Thread Paolo Bonzini
Handle it like the other arithmetic cc_ops. This simplifies a bit the implementation of bit test instructions. Signed-off-by: Paolo Bonzini --- target/i386/cpu.h | 13 +++-- target/i386/tcg/translate.c | 3 +-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/t