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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c 538 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativeX86_64.c 591 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativeSPARC_common.c 1198 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitLir.c 981 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function in typeref:typename:SLJIT_INLINE CHECK_RETURN_TYPE
sljitNativeARM_32.c 2023 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativeARM_T2_32.c 1639 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativeARM_64.c 1783 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativeMIPS_common.c 1524 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativePPC_common.c 2033 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
sljitNativeTILEGX_64.c 1555 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));

Completed in 24 milliseconds