Searched refs:sljit_put_label (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 368 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 D | sljitNativeSPARC_common.c | 308 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 D | sljitNativePPC_common.c | 332 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 D | sljitNativeMIPS_common.c | 455 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 D | sljitNativeARM_64.c | 208 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 D | sljitLir.c | 529 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 D | sljitNativeX86_common.c | 432 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 D | sljitNativeARM_32.c | 674 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 D | sljitNativeARM_T2_32.c | 374 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 D | sljitNativeS390X.c | 1370 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 D | sljitNativeX86_64.c | 77 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 D | pcre2_jit_compile.c | 276 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