Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3126 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
4367 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar()
6675 add_jump(compiler, &common->getucdtype, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
6721 add_jump(compiler, &common->getucdtype, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
8895 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
8910 add_jump(compiler, &common->vspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
9330 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_ref_matchingpath()
9683 add_jump(compiler, &entry->entry_calls, JUMP(SLJIT_FAST_CALL)); in compile_recurse_matchingpath()
9685 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()
12581 JUMPTO(SLJIT_FAST_CALL, entry->backtrack_label); in compile_recurse_backtrackingpath()
[all …]
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1977 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
2501 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2511 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump()
2519 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2792 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
2796 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
2799 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
H A DsljitNativeSPARC_common.c1486 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1491 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG1) | … in sljit_emit_jump()
1533 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1544 …FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0),… in sljit_emit_ijump()
H A DsljitNativeARM_64.c1801 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1806 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump()
1879 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()
1885 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
1890 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
H A DsljitLir.h1239 #define SLJIT_FAST_CALL 23 macro
H A DsljitNativeARM_T2_32.c1525 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
1528 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
2357 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
2364 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeS390X.c3109 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
3110 PTR_FAIL_IF(push_inst(compiler, brasl(type == SLJIT_FAST_CALL ? fast_link_r : link_r, 0))); in sljit_emit_jump()
3153 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
3154 return push_inst(compiler, basr(type == SLJIT_FAST_CALL ? fast_link_r : link_r, src_r)); in sljit_emit_ijump()
H A DsljitNativeX86_64.c308 *code_ptr++ = U8(MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]); in generate_far_jump_code()
H A DsljitLir.c1662 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_FAST_CALL); in check_sljit_emit_jump()
1777 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
H A DsljitNativeX86_32.c227 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
H A DsljitNativePPC_common.c2146 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump()
2216 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
H A DsljitNativeX86_common.c466 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code()
2748 *inst = U8(*inst | ((type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm));
H A DsljitNativeMIPS_common.c2280 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()

Completed in 149 milliseconds