Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeARM_32.c1603 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
2146 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2156 if (type >= SLJIT_FAST_CALL) { in sljit_emit_jump()
2164 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
2193 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
2197 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
2200 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
DsljitNativeSPARC_common.c1339 if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1344 …PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | … in sljit_emit_jump()
1369 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1380 …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.c1904 else if (type >= SLJIT_FAST_CALL) in sljit_emit_jump()
1909 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump()
1962 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
1972 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
DsljitLir.h1116 #define SLJIT_FAST_CALL 25 macro
DsljitNativeX86_32.c49 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
DsljitNativeARM_T2_32.c1199 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0()
1795 if (type >= SLJIT_FAST_CALL) in sljit_emit_ijump()
1801 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
DsljitNativeX86_64.c65 … *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1); in generate_far_jump_code()
DsljitNativePPC_common.c2177 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump()
2221 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0)); in sljit_emit_ijump()
DsljitNativeTILEGX_64.c2372 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
2376 if (type >= SLJIT_FAST_CALL) { in sljit_emit_ijump()
DsljitNativeX86_common.c447 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code()
2587 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
DsljitNativeMIPS_common.c1872 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c3043 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_R1, 0); in test34()
3057 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP); in test34()
3072 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, SLJIT_FUNC_OFFSET(codeC.code)); in test34()
3087 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_p)); in test34()
3100 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, SLJIT_FUNC_OFFSET(codeE.code)); in test34()
3148 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP); in test35()
3182 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, SLJIT_FUNC_OFFSET(codeA.code)); in test35()