Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2059 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2881 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar()
4135 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4179 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4927 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_xclass_matchingpath()
5417 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5425 add_jump(compiler, &common->vspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5433 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5443 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
6314 add_jump(compiler, &entry->calls, JUMP(SLJIT_FAST_CALL)); in compile_recurse_matchingpath()
[all …]
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c1841 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
2399 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2409 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump()
2417 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2446 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
2450 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
2453 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
H A DsljitNativeSPARC_common.c1318 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1323 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | … in sljit_emit_jump()
1348 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1359 …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.c1874 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1879 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump()
1932 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()
1937 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
1942 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
H A DsljitLir.h1011 #define SLJIT_FAST_CALL 23 macro
H A DsljitNativeX86_32.c47 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
H A DsljitNativeX86_64.c63 *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1); in generate_far_jump_code()
H A DsljitNativeARM_T2_32.c1266 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
1929 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1935 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativePPC_common.c2158 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump()
2202 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
H A DsljitNativeTILEGX_64.c2392 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
2396 if (type >= SLJIT_FAST_CALL) { in sljit_emit_ijump()
H A DsljitNativeX86_common.c416 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code()
2642 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
H A DsljitNativeMIPS_common.c1983 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()

Completed in 83 milliseconds