Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h345 struct sljit_label { struct
346 struct sljit_label *next; argument
358 struct sljit_label *label; argument
364 struct sljit_label *label;
378 struct sljit_label *labels;
382 struct sljit_label *last_label;
1126 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler);
1262 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
1379 …C_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label);
1384 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } in sljit_get_label_addr()
H A DsljitLir.c507 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
525 …NC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label) in sljit_set_put_label()
632 static SLJIT_INLINE sljit_uw compute_next_addr(struct sljit_label *label, struct sljit_jump *jump, in compute_next_addr()
688 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label()
2043 struct sljit_label *label; in sljit_emit_cmov_generic()
2505 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2558 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
2572 …NC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label) in sljit_set_put_label()
H A DsljitNativeSPARC_common.c305 struct sljit_label *label; in sljit_generate_code()
1260 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1262 struct sljit_label *label; in sljit_emit_label()
1270 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeARM_64.c247 struct sljit_label *label; in sljit_generate_code()
1667 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1669 struct sljit_label *label; in sljit_emit_label()
1677 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeTILEGX_64.c1006 struct sljit_label *label; in sljit_generate_code()
2304 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label * sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2306 struct sljit_label *label; in sljit_emit_label()
2316 label = (struct sljit_label *)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeMIPS_common.c514 struct sljit_label *label; in sljit_generate_code()
1778 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1780 struct sljit_label *label; in sljit_emit_label()
1788 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeARM_T2_32.c371 struct sljit_label *label; in sljit_generate_code()
1816 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1818 struct sljit_label *label; in sljit_emit_label()
1826 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativePPC_common.c391 struct sljit_label *label; in sljit_generate_code()
1889 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1891 struct sljit_label *label; in sljit_emit_label()
1899 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeARM_32.c598 struct sljit_label *label; in sljit_generate_code()
2137 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2139 struct sljit_label *label; in sljit_emit_label()
2147 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeX86_common.c499 struct sljit_label *label; in sljit_generate_code()
2680 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler)
2683 struct sljit_label *label;
2691 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h188 struct sljit_label *start; in fast_forward_char_simd()
190 struct sljit_label *restart; in fast_forward_char_simd()
352 struct sljit_label *start; in fast_requested_char_simd()
514 struct sljit_label *start; in fast_forward_char_pair_simd()
516 struct sljit_label *restart; in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c212 struct sljit_label *quit;
3119 struct sljit_label *loop; in reset_ovector()
3162 struct sljit_label *loop; in reset_early_fail()
3208 struct sljit_label *loop; in do_reset_match()
3286 struct sljit_label *loop; in copy_ovector()
4218 struct sljit_label *label; in move_back()
4570 struct sljit_label *loop; in do_utfreadnewline_invalid()
5145 struct sljit_label *loop; in mainloop_entry()
6166 struct sljit_label *loop; in fast_forward_newline()
6342 struct sljit_label *loop; in search_requested_char()
[all …]

Completed in 105 milliseconds