Searched refs:SLJIT_FAST_CALL (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 1629 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2119 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2129 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump() 2137 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 2405 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump() 2409 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2412 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
|
D | sljitNativeARM_64.c | 1637 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 1642 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump() 1709 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump() 1715 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump() 1720 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
|
D | sljitNativeSPARC_common.c | 1320 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump() 1325 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG1) | … in sljit_emit_jump() 1367 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 1378 …FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0),… in sljit_emit_ijump()
|
D | sljitNativeARM_T2_32.c | 1287 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 1290 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2085 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump() 2092 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
|
D | sljitLir.h | 1156 #define SLJIT_FAST_CALL 25 macro
|
D | sljitNativeX86_64.c | 70 *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 | 47 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
|
D | sljitNativePPC_common.c | 1897 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump() 1960 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
|
D | sljitLir.c | 1524 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_FAST_CALL); in check_sljit_emit_jump() 1660 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
|
D | sljitNativeX86_common.c | 460 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code() 2540 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
|
D | sljitNativeTILEGX_64.c | 2367 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump() 2371 if (type >= SLJIT_FAST_CALL) { in sljit_emit_ijump()
|
D | sljitNativeMIPS_common.c | 1859 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 2627 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs() 3181 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char() 3322 …(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in read_char_range() 3420 add_jump(compiler, &common->utfreadtype8, JUMP(SLJIT_FAST_CALL)); in read_char8_type() 3491 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar() 5613 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary() 5657 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary() 7022 add_jump(compiler, &common->wordboundary, JUMP(SLJIT_FAST_CALL)); in compile_simple_assertion_matchingpath() 7084 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in compile_simple_assertion_matchingpath() 7494 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath() [all …]
|