Searched refs:SLJIT_FAST_CALL (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitNativeARM_32.c | 1603 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()
|
| D | sljitNativeSPARC_common.c | 1339 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()
|
| D | sljitNativeARM_64.c | 1904 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()
|
| D | sljitLir.h | 1116 #define SLJIT_FAST_CALL 25 macro
|
| D | sljitNativeX86_32.c | 49 else if (type >= SLJIT_FAST_CALL) { in generate_far_jump_code()
|
| D | sljitNativeARM_T2_32.c | 1199 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()
|
| D | sljitNativeX86_64.c | 65 … *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1); in generate_far_jump_code()
|
| D | sljitNativePPC_common.c | 2177 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()
|
| D | sljitNativeTILEGX_64.c | 2372 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()
|
| D | sljitNativeX86_common.c | 447 else if (type >= SLJIT_FAST_CALL) { in generate_near_jump_code() 2587 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
|
| D | sljitNativeMIPS_common.c | 1872 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/ |
| D | sljitTest.c | 3043 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()
|