Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h368 struct sljit_put_label { struct
369 struct sljit_put_label *next; argument
386 struct sljit_put_label *put_labels; argument
391 struct sljit_put_label *last_put_label;
1372 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil…
1375 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()
1539 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
1541 struct sljit_put_label *put_label; in sljit_emit_put_label()
1548 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()
2422 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2424 struct sljit_put_label *put_label; in sljit_emit_put_label()
2431 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()
2284 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2286 struct sljit_put_label *put_label; in sljit_emit_put_label()
2293 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeARM_64.c208 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length()
240 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 DsljitLir.c529 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l… in sljit_set_put_label()
648 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr()
736 static SLJIT_INLINE void set_put_label(struct sljit_put_label *put_label, struct sljit_compiler *co… in set_put_label()
2586 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l… in sljit_set_put_label()
2684 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.c432 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj…
500 struct sljit_put_label *put_label; in sljit_generate_code()
3072 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil…
3074 struct sljit_put_label *put_label;
3087 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label));
H A DsljitNativeARM_32.c674 struct sljit_put_label *put_label; in sljit_generate_code()
2798 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2800 struct sljit_put_label *put_label; in sljit_emit_put_label()
2816 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeARM_T2_32.c374 struct sljit_put_label *put_label; in sljit_generate_code()
2356 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
2358 struct sljit_put_label *put_label; in sljit_emit_put_label()
2365 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
H A DsljitNativeS390X.c1370 struct sljit_put_label *put_label; in sljit_generate_code()
2997 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label *sljit_emit_put_label( in sljit_emit_put_label()
3001 struct sljit_put_label *put_label; in sljit_emit_put_label()
3008 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-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c276 struct sljit_put_label *matching_put_label;
12449 struct sljit_put_label *put_label = NULL; in compile_bracket_backtrackingpath()
13261 struct sljit_put_label *put_label = NULL; in compile_recurse()

Completed in 94 milliseconds