Searched refs:sljit_put_label (Results 1 – 11 of 11) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 362 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 D | sljitNativeSPARC_common.c | 308 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 D | sljitNativeARM_64.c | 218 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 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() 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 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() 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 D | sljitLir.c | 525 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 D | sljitNativeX86_common.c | 434 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 D | sljitNativeARM_T2_32.c | 374 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 D | sljitNativeARM_32.c | 601 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 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-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 276 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 124 milliseconds