Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h383 struct sljit_label { struct
384 struct sljit_label *next; argument
397 struct sljit_label *label; argument
403 struct sljit_label *label;
417 struct sljit_label *labels;
421 struct sljit_label *last_label;
1311 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler);
1462 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
1650 …C_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label);
1655 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } in sljit_get_label_addr()
H A DsljitLir.c520 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
538 …NC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label) in sljit_set_put_label()
642 static SLJIT_INLINE sljit_uw compute_next_addr(struct sljit_label *label, struct sljit_jump *jump, in compute_next_addr()
700 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label()
2323 struct sljit_label *label; in sljit_emit_cmov_generic()
2925 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2978 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
2992 …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.c309 struct sljit_label *label; in sljit_generate_code()
1371 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1373 struct sljit_label *label; in sljit_emit_label()
1381 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeARM_64.c244 struct sljit_label *label; in sljit_generate_code()
1938 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1940 struct sljit_label *label; in sljit_emit_label()
1948 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativePPC_common.c416 struct sljit_label *label; in sljit_generate_code()
2190 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2192 struct sljit_label *label; in sljit_emit_label()
2200 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeX86_common.c594 struct sljit_label *label; in sljit_generate_code()
2966 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler)
2969 struct sljit_label *label;
2977 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
H A DsljitNativeARM_T2_32.c386 struct sljit_label *label; in sljit_generate_code()
2256 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2258 struct sljit_label *label; in sljit_emit_label()
2266 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeRISCV_common.c385 struct sljit_label *label; in sljit_generate_code()
2268 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2270 struct sljit_label *label; in sljit_emit_label()
2278 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeS390X.c1426 struct sljit_label *label; in sljit_generate_code()
3379 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
3381 struct sljit_label *label; in sljit_emit_label()
3389 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeARM_32.c686 struct sljit_label *label; in sljit_generate_code()
2669 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2671 struct sljit_label *label; in sljit_emit_label()
2679 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
H A DsljitNativeMIPS_common.c582 struct sljit_label *label; in sljit_generate_code()
2835 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2837 struct sljit_label *label; in sljit_emit_label()
2845 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h209 struct sljit_label *start; in fast_forward_char_simd()
211 struct sljit_label *restart; in fast_forward_char_simd()
373 struct sljit_label *start; in fast_requested_char_simd()
522 struct sljit_label *start; in fast_forward_char_pair_simd()
524 struct sljit_label *restart; in fast_forward_char_pair_simd()
1252 struct sljit_label *start; in fast_forward_char_simd()
1254 struct sljit_label *restart; in fast_forward_char_simd()
1453 struct sljit_label *start; in fast_requested_char_simd()
1616 struct sljit_label *start; in fast_forward_char_pair_simd()
1618 struct sljit_label *restart; in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c212 struct sljit_label *quit;
3189 struct sljit_label *loop; in reset_ovector()
3232 struct sljit_label *loop; in reset_early_fail()
3278 struct sljit_label *loop; in do_reset_match()
3356 struct sljit_label *loop; in copy_ovector()
4285 struct sljit_label *label; in move_back()
4641 struct sljit_label *loop; in do_utfreadnewline_invalid()
5223 struct sljit_label *loop; in mainloop_entry()
6244 struct sljit_label *loop; in fast_forward_newline()
6491 struct sljit_label *loop; in search_requested_char()
[all …]

Completed in 185 milliseconds