Lines Matching refs:is_overflow
1105 sljit_s32 is_overflow, is_carry, carry_src_r, is_handled; in emit_single_op() local
1179 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1183 if (is_overflow) { in emit_single_op()
1197 if (is_overflow) in emit_single_op()
1202 if (is_overflow || carry_src_r != 0) { in emit_single_op()
1219 if (is_overflow || carry_src_r != 0) { in emit_single_op()
1226 if (!is_overflow) in emit_single_op()
1338 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1342 if (is_overflow) { in emit_single_op()
1351 if (is_overflow || is_carry) in emit_single_op()
1359 if (is_overflow) in emit_single_op()
1364 if (is_overflow || is_carry) in emit_single_op()
1372 if (!is_overflow) in emit_single_op()