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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 573 dst/dstw by sljit_emit_fast_enter (the type of the value stored by this function
586 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
1122 /* Fast calling method. See sljit_emit_fast_enter / sljit_emit_fast_return. */
sljitNativeX86_32.c 533 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeX86_64.c 586 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeSPARC_common.c 1195 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitLir.c 1913 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeARM_32.c 2020 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeARM_T2_32.c 1636 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeARM_64.c 1780 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeMIPS_common.c 1521 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativePPC_common.c 2030 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeTILEGX_64.c 1552 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 3027 sljit_emit_fast_enter(compiler, SLJIT_R1, 0);
3040 sljit_emit_fast_enter(compiler, SLJIT_R4, 0);
3055 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), sizeof(sljit_p));
3070 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), 0);
3084 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_S0), 0);
3145 sljit_emit_fast_enter(compiler, SLJIT_MEM0(), (sljit_sw)&buf[0]);
3166 sljit_emit_fast_enter(compiler, SLJIT_UNUSED, 0);

Completed in 51 milliseconds