Searched refs:SLJIT_FAST_CALL (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3053 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs() 3698 … common->invalid_utf ? &common->utfreadchar_invalid : &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char() 3716 add_jump(compiler, &common->utfreadchar_invalid, JUMP(SLJIT_FAST_CALL)); in peek_char() 3781 add_jump(compiler, &common->utfpeakcharback_invalid, JUMP(SLJIT_FAST_CALL)); in peek_char_back() 3786 add_jump(compiler, &common->utfpeakcharback, JUMP(SLJIT_FAST_CALL)); in peek_char_back() 3797 add_jump(compiler, &common->utfpeakcharback_invalid, JUMP(SLJIT_FAST_CALL)); in peek_char_back() 3864 add_jump(compiler, &common->utfreadnewline_invalid, JUMP(SLJIT_FAST_CALL)); in read_char() 3866 add_jump(compiler, &common->utfreadchar_invalid, JUMP(SLJIT_FAST_CALL)); in read_char() 3921 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in read_char() 3955 add_jump(compiler, &common->utfreadnewline_invalid, JUMP(SLJIT_FAST_CALL)); in read_char() [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 1739 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2242 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2252 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump() 2260 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2528 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump() 2532 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2535 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
|
D | sljitNativeARM_64.c | 1690 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 1695 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump() 1762 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump() 1768 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump() 1773 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
|
D | sljitNativeSPARC_common.c | 1368 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 1373 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG1) | … in sljit_emit_jump() 1415 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 1426 …FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0),… in sljit_emit_ijump()
|
D | sljitNativeS390X.c | 2553 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2554 PTR_FAIL_IF(push_inst(compiler, brasl(type == SLJIT_FAST_CALL ? fast_link_r : link_r, 0))); in sljit_emit_jump() 2591 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2592 return push_inst(compiler, basr(type == SLJIT_FAST_CALL ? fast_link_r : link_r, src_r)); in sljit_emit_ijump()
|
D | sljitNativeARM_T2_32.c | 1311 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 1314 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2118 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2125 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
|
D | sljitLir.h | 1221 #define SLJIT_FAST_CALL 25 macro
|
D | sljitNativeX86_64.c | 72 *code_ptr++ = MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]; in generate_far_jump_code()
|
D | sljitNativeX86_32.c | 49 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
|
D | sljitLir.c | 1596 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_FAST_CALL); in check_sljit_emit_jump() 1732 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
|
D | sljitNativePPC_common.c | 1997 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump() 2060 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
|
D | sljitNativeX86_common.c | 462 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code() 2769 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
|
D | sljitNativeMIPS_common.c | 2074 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
|