Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c1851 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
2414 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2424 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump()
2432 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2461 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
2465 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
2468 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
DsljitNativeSPARC_common.c1327 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1332 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | … in sljit_emit_jump()
1357 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1368 …FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0),… in sljit_emit_ijump()
DsljitNativeARM_64.c1896 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1901 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump()
1954 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()
1959 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
1964 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
DsljitNativeX86_32.c47 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
DsljitLir.h997 #define SLJIT_FAST_CALL 23 macro
DsljitNativeX86_64.c63 *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1); in generate_far_jump_code()
DsljitNativeARM_T2_32.c1290 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
1961 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
DsljitNativePPC_common.c2163 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump()
2207 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
DsljitNativeTILEGX_64.c2370 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
2374 if (type >= SLJIT_FAST_CALL) { in sljit_emit_ijump()
DsljitNativeX86_common.c441 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code()
2678 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
DsljitNativeMIPS_common.c1986 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c2315 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2816 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char()
2957 …(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in read_char_range()
3055 add_jump(compiler, &common->utfreadtype8, JUMP(SLJIT_FAST_CALL)); in read_char8_type()
3126 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar()
4860 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4904 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
6053 add_jump(compiler, &common->wordboundary, JUMP(SLJIT_FAST_CALL)); in compile_simple_assertion_matchingpath()
6114 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in compile_simple_assertion_matchingpath()
6406 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
[all …]