Home
last modified time | relevance | path

Searched refs:sljit_emit_put_label (Results 1 – 11 of 11) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1415 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil…
DsljitNativeSPARC_common.c1654 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitNativeARM_64.c2141 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitLir.c2737 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitNativePPC_common.c2564 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitNativeARM_T2_32.c2618 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitNativeMIPS_common.c2485 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitNativeX86_common.c3053 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… function
DsljitNativeARM_32.c3085 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() function
DsljitNativeS390X.c3348 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label *sljit_emit_put_label( in sljit_emit_put_label() function
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c10904 …BACKTRACK_AS(bracket_backtrack)->u.matching_put_label = sljit_emit_put_label(compiler, SLJIT_MEM1(… in compile_bracket_matchingpath()
12969 put_label = sljit_emit_put_label(compiler, SLJIT_MEM1(STACK_TOP), STACK(stacksize)); in compile_bracket_backtrackingpath()
13553 put_label = sljit_emit_put_label(compiler, SLJIT_MEM1(STACK_TOP), STACK(1)); in compile_recurse()