Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h671 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
DsljitNativeX86_64.c710 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeX86_32.c833 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeSPARC_common.c1181 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeARM_64.c1519 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativePPC_common.c1756 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeARM_T2_32.c1695 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitLir.c2315 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeMIPS_common.c1546 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeARM_32.c1998 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeTILEGX_64.c1550 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3526 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar()
3574 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar16()
3611 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8()
3663 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_getucd()
5538 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_revertframes()
5597 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), LOCALS0); in check_wordboundary()
5961 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_anynewline()
5988 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_hspace()
6027 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_vspace()
6069 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), LOCALS0); in do_casefulcmp()
[all …]