Home
last modified time | relevance | path

Searched refs:SLJIT_CARRY (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1343 #define SLJIT_CARRY 12 macro
1344 #define SLJIT_SET_CARRY SLJIT_SET(SLJIT_CARRY)
H A DsljitLir.c1777 else if ((compiler->last_flags & 0xff) == SLJIT_CARRY) { in check_sljit_emit_jump()
1778 CHECK_ARGUMENT((type & 0xff) == SLJIT_CARRY || (type & 0xff) == SLJIT_NOT_CARRY); in check_sljit_emit_jump()
1965 || (type == SLJIT_NOT_CARRY && (compiler->last_flags & 0xff) == SLJIT_CARRY) in check_sljit_emit_op_flags()
2007 || (cond == SLJIT_NOT_CARRY && (compiler->last_flags & 0xff) == SLJIT_CARRY) in check_sljit_emit_cmov()
H A DsljitNativePPC_common.c2217 case SLJIT_CARRY: in get_bo_bi_flags()
2306 if (type == SLJIT_CARRY || type == SLJIT_NOT_CARRY) in sljit_emit_jump()
2490 case SLJIT_CARRY: in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c1401 case SLJIT_CARRY: in get_cc()
H A DsljitNativeARM_64.c1866 case SLJIT_CARRY: in get_cc()
H A DsljitNativeX86_common.c473 case SLJIT_CARRY: in get_jump_code()
H A DsljitNativeARM_T2_32.c2184 case SLJIT_CARRY: in get_cc()
H A DsljitNativeRISCV_common.c2315 case SLJIT_CARRY: in sljit_emit_jump()
H A DsljitNativeS390X.c270 case SLJIT_CARRY: in get_cc()
H A DsljitNativeARM_32.c2597 case SLJIT_CARRY: in get_cc()
H A DsljitNativeMIPS_common.c2919 case SLJIT_CARRY: in sljit_emit_jump()

Completed in 84 milliseconds