Lines Matching refs:is_overflow
1289 sljit_s32 is_overflow, is_carry, carry_src_r, is_handled, reg; in emit_single_op() local
1386 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1390 if (is_overflow) { in emit_single_op()
1404 if (is_overflow) in emit_single_op()
1409 if (is_overflow || carry_src_r != 0) { in emit_single_op()
1426 if (is_overflow || carry_src_r != 0) { in emit_single_op()
1433 if (!is_overflow) in emit_single_op()
1542 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1546 if (is_overflow) { in emit_single_op()
1555 if (is_overflow || is_carry) in emit_single_op()
1563 if (is_overflow) in emit_single_op()
1568 if (is_overflow || is_carry) in emit_single_op()
1576 if (!is_overflow) in emit_single_op()