Searched refs:SLJIT_FAST_CALL (Results 1 – 13 of 13) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 3126 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs() 3771 … common->invalid_utf ? &common->utfreadchar_invalid : &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char() 3789 add_jump(compiler, &common->utfreadchar_invalid, JUMP(SLJIT_FAST_CALL)); in peek_char() 3854 add_jump(compiler, &common->utfpeakcharback_invalid, JUMP(SLJIT_FAST_CALL)); in peek_char_back() 3859 add_jump(compiler, &common->utfpeakcharback, JUMP(SLJIT_FAST_CALL)); in peek_char_back() 3870 add_jump(compiler, &common->utfpeakcharback_invalid, JUMP(SLJIT_FAST_CALL)); in peek_char_back() 3937 add_jump(compiler, &common->utfreadnewline_invalid, JUMP(SLJIT_FAST_CALL)); in read_char() 3939 add_jump(compiler, &common->utfreadchar_invalid, JUMP(SLJIT_FAST_CALL)); in read_char() 3994 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in read_char() 4028 add_jump(compiler, &common->utfreadnewline_invalid, JUMP(SLJIT_FAST_CALL)); in read_char() [all …]
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 1970 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 1975 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump() 2044 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump() 2050 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump() 2055 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
|
D | sljitNativeARM_32.c | 2102 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2700 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2710 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump() 2718 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2988 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump() 2992 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2995 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
|
D | sljitLir.h | 1405 #define SLJIT_FAST_CALL 35 macro
|
D | sljitNativeRISCV_common.c | 2360 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump() 2508 …return push_inst(compiler, JALR | RD((type >= SLJIT_FAST_CALL) ? RETURN_ADDR_REG : TMP_ZERO) | RS1… in sljit_emit_ijump() 2514 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_CALL : 0)); in sljit_emit_ijump() 2518 …FAIL_IF(push_inst(compiler, JALR | RD((type >= SLJIT_FAST_CALL) ? RETURN_ADDR_REG : TMP_ZERO) | RS… in sljit_emit_ijump()
|
D | sljitNativeARM_T2_32.c | 1651 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 1654 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2556 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2563 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
|
D | sljitNativeX86_64.c | 318 *code_ptr++ = U8(MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]); in generate_far_jump_code()
|
D | sljitNativeX86_32.c | 240 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
|
D | sljitLir.c | 1772 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_FAST_CALL); in check_sljit_emit_jump() 1894 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
|
D | sljitNativeX86_common.c | 557 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code() 3056 *inst = U8(*inst | ((type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm));
|
D | sljitNativePPC_common.c | 2320 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump() 2386 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
|
D | sljitNativeS390X.c | 3411 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 3452 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
|
D | sljitNativeMIPS_common.c | 3158 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
|