Home
last modified time | relevance | path

Searched refs:add_jump (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3635 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match()
6677 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in optimize_class_ranges()
8787 add_jump(compiler, backtracks, jump[0]); in compile_char1_matchingpath()
8795 add_jump(compiler, backtracks, jump[0]); in compile_char1_matchingpath()
9086 add_jump(compiler, backtracks, partial); in compile_ref_matchingpath()
9112 add_jump(compiler, backtracks, jump); in compile_ref_matchingpath()
9756 add_jump(compiler, found, JUMP(SLJIT_JUMP)); in compile_assert_matchingpath()
9843 add_jump(compiler, target, jump); in compile_assert_matchingpath()
11611 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
12185 add_jump(compiler, &jumplist, JUMP(SLJIT_ZERO)); in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_jit_simd_inc.h221 add_jump(compiler, &common->failed_match, partial_quit[0]); in fast_forward_char_simd()
293 add_jump(compiler, &common->failed_match, partial_quit[1]); in fast_forward_char_simd()
378 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
447 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_requested_char_simd()
471 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
538 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
695 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
732 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
747 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP)); in fast_forward_char_pair_simd()
939 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_char_simd()
[all …]

Completed in 37 milliseconds