Home
last modified time | relevance | path

Searched refs:is_overflow (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c1105 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()
[all …]
DsljitNativeMIPS_common.c1465 sljit_s32 is_overflow, is_carry, carry_src_ar, is_handled; in emit_single_op() local
1596 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1600 if (is_overflow) { in emit_single_op()
1614 if (is_overflow) in emit_single_op()
1619 if (is_overflow || carry_src_ar != 0) { in emit_single_op()
1636 if (is_overflow || carry_src_ar != 0) { in emit_single_op()
1643 if (!is_overflow) in emit_single_op()
1755 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
1759 if (is_overflow) { in emit_single_op()
1768 if (is_overflow || is_carry) in emit_single_op()
[all …]