On 4/3/25 02:22, Paolo Bonzini wrote:
Avoid the three-operand CC_OP_ADD and CC_OP_ADC in these relatively common cases.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/translate.c | 20 ++++++++++++ target/i386/tcg/emit.c.inc | 65 ++++++++++++++++++++++++++++++++++--- 2 files changed, 80 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~