Re: [PATCH 01/10] target/i386: use cpu_cc_dst for CC_OP_POPCNT

2024-06-20 Thread Richard Henderson
On 6/20/24 02:54, Paolo Bonzini wrote: It is the only POPCNT that computes ZF from one of the cc_op_* registers, but it uses cpu_cc_src instead of cpu_cc_dst like the others. Do not make it the odd one off. Signed-off-by: Paolo Bonzini --- target/i386/cpu.h | 2 +-

[PATCH 01/10] target/i386: use cpu_cc_dst for CC_OP_POPCNT

2024-06-20 Thread Paolo Bonzini
It is the only POPCNT that computes ZF from one of the cc_op_* registers, but it uses cpu_cc_src instead of cpu_cc_dst like the others. Do not make it the odd one off. Signed-off-by: Paolo Bonzini --- target/i386/cpu.h | 2 +- target/i386/tcg/cc_helper.c | 2 +-