Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h362 struct sljit_put_label { struct
363 struct sljit_put_label *next; argument
380 struct sljit_put_label *put_labels; argument
385 struct sljit_put_label *last_put_label;
1376 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil…
1379 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l…
H A DsljitNativeSPARC_common.c308 struct sljit_put_label *put_label; in sljit_generate_code()
1534 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
1536 struct sljit_put_label *put_label; in sljit_emit_put_label()
1543 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeARM_64.c218 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length()
250 struct sljit_put_label *put_label; in sljit_generate_code()
2012 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2014 struct sljit_put_label *put_label; in sljit_emit_put_label()
2024 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeMIPS_common.c455 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length()
471 static SLJIT_INLINE void put_label_set(struct sljit_put_label *put_label) in put_label_set()
517 struct sljit_put_label *put_label; in sljit_generate_code()
2279 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2281 struct sljit_put_label *put_label; in sljit_emit_put_label()
2288 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativePPC_common.c332 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length()
348 static SLJIT_INLINE void put_label_set(struct sljit_put_label *put_label) in put_label_set()
394 struct sljit_put_label *put_label; in sljit_generate_code()
2382 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2384 struct sljit_put_label *put_label; in sljit_emit_put_label()
2391 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitLir.c525 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l… in sljit_set_put_label()
633 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr()
721 static SLJIT_INLINE void set_put_label(struct sljit_put_label *put_label, struct sljit_compiler *co… in set_put_label()
2572 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l… in sljit_set_put_label()
2670 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
H A DsljitNativeX86_common.c434 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj…
502 struct sljit_put_label *put_label; in sljit_generate_code()
3075 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil…
3077 struct sljit_put_label *put_label;
3090 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label));
H A DsljitNativeARM_T2_32.c374 struct sljit_put_label *put_label; in sljit_generate_code()
2345 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2347 struct sljit_put_label *put_label; in sljit_emit_put_label()
2354 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeARM_32.c601 struct sljit_put_label *put_label; in sljit_generate_code()
2715 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2717 struct sljit_put_label *put_label; in sljit_emit_put_label()
2733 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeX86_64.c77 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj… in generate_put_label_code()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c276 struct sljit_put_label *matching_put_label;
12372 struct sljit_put_label *put_label = NULL; in compile_bracket_backtrackingpath()
13184 struct sljit_put_label *put_label = NULL; in compile_recurse()

Completed in 125 milliseconds