Re: [PATCH 04/10] target/i386: try not to force EFLAGS computation for CC_OP_ADOX/ADCX

2024-06-20 Thread Richard Henderson
On 6/20/24 02:54, Paolo Bonzini wrote: When computing the "other" flag (CF for CC_OP_ADOX, OF for CC_OP_ADCX), take into account that it is already in the right position of cpu_cc_src, just like for CC_OP_EFLAGS. There is no need to call gen_compute_eflags(). Signed-off-by: Paolo Bonzini ---

[PATCH 04/10] target/i386: try not to force EFLAGS computation for CC_OP_ADOX/ADCX

2024-06-20 Thread Paolo Bonzini
When computing the "other" flag (CF for CC_OP_ADOX, OF for CC_OP_ADCX), take into account that it is already in the right position of cpu_cc_src, just like for CC_OP_EFLAGS. There is no need to call gen_compute_eflags(). Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 4 1 f