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

/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c1350 if (type >= SLJIT_FAST_CALL)
1355 PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | IMM(0), UNMOVABLE_INS));
1380 if (type >= SLJIT_FAST_CALL)
1391 FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0), UNMOVABLE_INS));
H A DsljitNativeARM_64.c1864 else if (type >= SLJIT_FAST_CALL)
1869 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1922 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1927 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
1932 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
H A DsljitNativeARM_32.c1854 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM,
2411 if (type >= SLJIT_FAST_CALL)
2421 if (type >= SLJIT_FAST_CALL) {
2429 if (type >= SLJIT_FAST_CALL)
2458 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
2462 if (type >= SLJIT_FAST_CALL)
2465 if (type >= SLJIT_FAST_CALL)
H A DsljitLir.h525 /* Fast calling mechanism for utility functions (see SLJIT_FAST_CALL). All registers and
960 #define SLJIT_FAST_CALL 23 macro
H A DsljitNativeX86_32.c47 else if (type >= SLJIT_FAST_CALL) {
H A DsljitNativeARM_T2_32.c1281 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM,
1943 if (type >= SLJIT_FAST_CALL)
1949 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
H A DsljitNativeX86_64.c63 *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1);
H A DsljitNativePPC_common.c2174 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0)));
2218 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0));
H A DsljitNativeTILEGX_64.c2408 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
2412 if (type >= SLJIT_FAST_CALL) {
H A DsljitNativeX86_common.c415 else if (type >= SLJIT_FAST_CALL) {
2642 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
H A DsljitNativeMIPS_common.c1998 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
/external/pcre/dist/
H A Dpcre_jit_compile.c2066 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL));
2544 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL));
2685 add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAST_CALL));
2783 add_jump(compiler, &common->utfreadtype8, JUMP(SLJIT_FAST_CALL));
2854 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL));
4120 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL));
4164 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL));
4912 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL));
5264 add_jump(compiler, &common->wordboundary, JUMP(SLJIT_FAST_CALL));
5402 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL));
[all...]

Completed in 1476 milliseconds