Searched refs:sljit_put_label (Results 1 – 12 of 12) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.h | 396 struct sljit_put_label { struct 397 struct sljit_put_label *next; argument 414 struct sljit_put_label *put_labels; argument 419 struct sljit_put_label *last_put_label; 1415 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… 1418 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l…
|
D | sljitNativePPC_common.c | 337 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length() 353 static SLJIT_INLINE void put_label_set(struct sljit_put_label *put_label) in put_label_set() 399 struct sljit_put_label *put_label; in sljit_generate_code() 2564 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() 2566 struct sljit_put_label *put_label; in sljit_emit_put_label() 2573 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitNativeSPARC_common.c | 312 struct sljit_put_label *put_label; in sljit_generate_code() 1654 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() 1656 struct sljit_put_label *put_label; in sljit_emit_put_label() 1663 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitNativeARM_64.c | 213 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length() 245 struct sljit_put_label *put_label; in sljit_generate_code() 2141 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() 2143 struct sljit_put_label *put_label; in sljit_emit_put_label() 2153 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitNativeMIPS_common.c | 459 static SLJIT_INLINE sljit_sw put_label_get_length(struct sljit_put_label *put_label, sljit_uw max_l… in put_label_get_length() 475 static SLJIT_INLINE void put_label_set(struct sljit_put_label *put_label) in put_label_set() 521 struct sljit_put_label *put_label; in sljit_generate_code() 2485 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() 2487 struct sljit_put_label *put_label; in sljit_emit_put_label() 2494 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitLir.c | 538 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l… in sljit_set_put_label() 643 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr() 733 static SLJIT_INLINE void set_put_label(struct sljit_put_label *put_label, struct sljit_compiler *co… in set_put_label() 2639 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_l… in sljit_set_put_label() 2737 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label()
|
D | sljitNativeX86_common.c | 438 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj… 506 struct sljit_put_label *put_label; in sljit_generate_code() 3053 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… 3055 struct sljit_put_label *put_label; 3068 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label));
|
D | sljitNativeARM_T2_32.c | 384 struct sljit_put_label *put_label; in sljit_generate_code() 2618 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() 2620 struct sljit_put_label *put_label; in sljit_emit_put_label() 2627 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitNativeS390X.c | 1398 struct sljit_put_label *put_label; in sljit_generate_code() 3348 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label *sljit_emit_put_label( in sljit_emit_put_label() 3352 struct sljit_put_label *put_label; in sljit_emit_put_label() 3359 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitNativeARM_32.c | 684 struct sljit_put_label *put_label; in sljit_generate_code() 3085 SLJIT_API_FUNC_ATTRIBUTE struct sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compil… in sljit_emit_put_label() 3087 struct sljit_put_label *put_label; in sljit_emit_put_label() 3103 put_label = (struct sljit_put_label*)ensure_abuf(compiler, sizeof(struct sljit_put_label)); in sljit_emit_put_label()
|
D | sljitNativeX86_64.c | 313 static sljit_u8* generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, slj… in generate_put_label_code()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 276 struct sljit_put_label *matching_put_label; 12680 struct sljit_put_label *put_label = NULL; in compile_bracket_backtrackingpath() 13490 struct sljit_put_label *put_label = NULL; in compile_recurse()
|