On 10/28/24 15:18, Paolo Bonzini wrote:
If the operands of the arithmetic instruction fit within a half-register, it's easiest to use a comparison instruction to compute the carry. ` Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/cc_helper_template.h.inc | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~