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<[email protected]> --- target/i386/tcg/cc_helper_template.h.inc | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
