Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1345 #define SLJIT_NOT_CARRY 13 macro
H A DsljitLir.c1778 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.c2209 case SLJIT_NOT_CARRY: in get_bo_bi_flags()
2306 if (type == SLJIT_CARRY || type == SLJIT_NOT_CARRY) in sljit_emit_jump()
2496 case SLJIT_NOT_CARRY: in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c1406 case SLJIT_NOT_CARRY: in get_cc()
H A DsljitNativeARM_64.c1874 case SLJIT_NOT_CARRY: in get_cc()
H A DsljitNativeX86_common.c480 case SLJIT_NOT_CARRY: in get_jump_code()
H A DsljitNativeARM_T2_32.c2192 case SLJIT_NOT_CARRY: in get_cc()
H A DsljitNativeRISCV_common.c2333 case SLJIT_NOT_CARRY: in sljit_emit_jump()
H A DsljitNativeS390X.c260 case SLJIT_NOT_CARRY: in get_cc()
H A DsljitNativeARM_32.c2605 case SLJIT_NOT_CARRY: in get_cc()
H A DsljitNativeMIPS_common.c2927 case SLJIT_NOT_CARRY: in sljit_emit_jump()

Completed in 132 milliseconds