Searched refs:sljit_emit_fast_enter (Results 1 - 12 of 12) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h550 dst/dstw by sljit_emit_fast_enter (the type of the value stored by this function
563 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
1003 /* Fast calling method. See sljit_emit_fast_enter / sljit_emit_fast_return. */
H A DsljitNativeX86_32.c479 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeX86_64.c592 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeSPARC_common.c1183 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitLir.c1818 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeARM_64.c1772 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeARM_T2_32.c1793 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeARM_32.c2279 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeMIPS_common.c1539 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativePPC_common.c2016 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
H A DsljitNativeTILEGX_64.c1550 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) function
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c3160 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
3208 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
3245 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
3287 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
4804 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
4844 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), LOCALS0);
5099 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
5126 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
5165 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0);
5197 sljit_emit_fast_enter(compile
[all...]

Completed in 658 milliseconds