Lines Matching refs:is_overflow
1698 sljit_s32 is_overflow, is_carry, carry_src_ar, is_handled, reg; in emit_single_op() local
1832 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1836 if (is_overflow) { in emit_single_op()
1850 if (is_overflow) in emit_single_op()
1855 if (is_overflow || carry_src_ar != 0) { in emit_single_op()
1872 if (is_overflow || carry_src_ar != 0) { in emit_single_op()
1879 if (!is_overflow) in emit_single_op()
1988 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1992 if (is_overflow) { in emit_single_op()
2001 if (is_overflow || is_carry) in emit_single_op()
2009 if (is_overflow) in emit_single_op()
2014 if (is_overflow || is_carry) in emit_single_op()
2022 if (!is_overflow) in emit_single_op()