Home
last modified time | relevance | path

Searched refs:SLJIT_OVERFLOW (Results 1 – 13 of 13) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_common.c1301 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1412 (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW \
1418 (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW \
1422 (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW)
1426 (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW)
1454 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
2091 case SLJIT_OVERFLOW: in get_bo_bi_flags()
2312 case SLJIT_OVERFLOW: in sljit_emit_op_flags()
DsljitLir.h1201 #define SLJIT_OVERFLOW 10 macro
1202 #define SLJIT_SET_OVERFLOW SLJIT_SET(SLJIT_OVERFLOW)
DsljitNativeMIPS_32.c155 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
297 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
369 if (GET_FLAG_TYPE(op) != SLJIT_OVERFLOW) { in emit_single_op()
DsljitLir.c1341 || GET_FLAG_TYPE(op) == SLJIT_OVERFLOW); in check_sljit_emit_op2()
1346 || GET_FLAG_TYPE(op) == SLJIT_OVERFLOW); in check_sljit_emit_op2()
1350 || (GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_OVERFLOW) in check_sljit_emit_op2()
1673 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW)); in check_sljit_emit_jump()
1844 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW)); in check_sljit_emit_op_flags()
1883 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW)); in check_sljit_emit_cmov()
DsljitNativeMIPS_64.c268 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
410 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
482 if (GET_FLAG_TYPE(op) != SLJIT_OVERFLOW) { in emit_single_op()
DsljitNativeMIPS_common.c2068 case SLJIT_OVERFLOW: in sljit_emit_jump()
2332 case SLJIT_OVERFLOW: in sljit_emit_op_flags()
2428 case SLJIT_OVERFLOW: in sljit_emit_cmov()
DsljitNativeS390X.c217 if (type == SLJIT_OVERFLOW) in get_cc()
231 if (type == SLJIT_OVERFLOW) in get_cc()
281 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeSPARC_common.c1429 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_64.c1747 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_T2_32.c2032 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeX86_common.c419 case SLJIT_OVERFLOW: in get_jump_code()
DsljitNativeARM_32.c2448 case SLJIT_OVERFLOW: in get_cc()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_simd_inc.h1405 JUMPTO(SLJIT_OVERFLOW, start); in fast_forward_char_simd()
1593 JUMPTO(SLJIT_OVERFLOW, start); in fast_requested_char_simd()
1815 JUMPTO(SLJIT_OVERFLOW, start); in fast_forward_char_pair_simd()