Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1201 #define SLJIT_OVERFLOW 10 macro
1202 #define SLJIT_SET_OVERFLOW SLJIT_SET(SLJIT_OVERFLOW)
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A DsljitNativeS390X.c217 if (type == SLJIT_OVERFLOW) in get_cc()
231 if (type == SLJIT_OVERFLOW) in get_cc()
281 case SLJIT_OVERFLOW: in get_cc()
H A DsljitNativeSPARC_common.c1429 case SLJIT_OVERFLOW: in get_cc()
H A DsljitNativeARM_64.c1747 case SLJIT_OVERFLOW: in get_cc()
H A DsljitNativeX86_common.c419 case SLJIT_OVERFLOW: in get_jump_code()
H A DsljitNativeARM_T2_32.c2032 case SLJIT_OVERFLOW: in get_cc()
H A DsljitNativeARM_32.c2448 case SLJIT_OVERFLOW: in get_cc()
/PHP-8.2/ext/pcre/pcre2lib/
H A 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()

Completed in 105 milliseconds