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/
DsljitNativeX86_32.c479 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitLir.h563 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
DsljitNativeX86_64.c592 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeSPARC_common.c1183 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitLir.c1818 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeARM_64.c1772 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.c1793 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativePPC_common.c2016 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
DsljitNativeMIPS_common.c1539 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
DsljitNativeARM_32.c2279 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.c3160 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar()
3208 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar16()
3245 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8()
3287 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_getucd()
4804 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_revertframes()
4844 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), LOCALS0); in check_wordboundary()
5099 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_anynewline()
5126 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_hspace()
5165 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_vspace()
5197 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_casefulcmp()
[all …]