HomeSort by: relevance | last modified time | path
    Searched refs:SLJIT_FAST_CALL (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 1603 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM,
2146 if (type >= SLJIT_FAST_CALL)
2156 if (type >= SLJIT_FAST_CALL) {
2164 if (type >= SLJIT_FAST_CALL)
2193 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
2197 if (type >= SLJIT_FAST_CALL)
2200 if (type >= SLJIT_FAST_CALL)
sljitNativeSPARC_common.c 1339 if (type >= SLJIT_FAST_CALL)
1344 PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | IMM(0), UNMOVABLE_INS));
1369 if (type >= SLJIT_FAST_CALL)
1380 FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0), UNMOVABLE_INS));
sljitNativeARM_64.c 1904 else if (type >= SLJIT_FAST_CALL)
1909 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1962 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
1972 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
sljitLir.h 571 /* Fast calling mechanism for utility functions (see SLJIT_FAST_CALL). All registers and
1116 #define SLJIT_FAST_CALL 25
sljitNativeX86_32.c 49 else if (type >= SLJIT_FAST_CALL) {
sljitNativeARM_T2_32.c 1199 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM,
1795 if (type >= SLJIT_FAST_CALL)
1801 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
sljitNativeX86_64.c 65 *code_ptr++ = (type >= SLJIT_FAST_CALL) ? (MOD_REG | CALL_rm | 1) : (MOD_REG | JMP_rm | 1);
sljitNativePPC_common.c 2177 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0)));
2221 return push_inst(compiler, BCCTR | (20 << 21) | (type >= SLJIT_FAST_CALL ? 1 : 0));
sljitNativeTILEGX_64.c 2372 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
2376 if (type >= SLJIT_FAST_CALL) {
sljitNativeX86_common.c 447 else if (type >= SLJIT_FAST_CALL) {
2587 *inst |= (type >= SLJIT_FAST_CALL) ? CALL_rm : JMP_rm;
sljitNativeMIPS_common.c 1872 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 3043 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_R1, 0);
3057 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP);
3072 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, SLJIT_FUNC_OFFSET(codeC.code));
3087 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_p));
3100 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, SLJIT_FUNC_OFFSET(codeE.code));
3148 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP);
3182 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, SLJIT_FUNC_OFFSET(codeA.code));

Completed in 36 milliseconds