Lines Matching refs:JUMP
561 #define JUMP(type) \ macro
2315 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2341 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match()
2731 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial()
2755 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end()
2763 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end()
2785 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match()
2792 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match()
2816 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char()
2957 …add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAS… in read_char_range()
3055 add_jump(compiler, &common->utfreadtype8, JUMP(SLJIT_FAST_CALL)); in read_char8_type()
3126 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar()
3127 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
3169 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
3183 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
3217 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16()
3248 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
3383 start = JUMP(SLJIT_JUMP); in mainloop_entry()
3397 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
4046 nomatch = JUMP(SLJIT_ZERO); in fast_forward_first_char2_sse2()
4050 quit[1] = JUMP(SLJIT_JUMP); in fast_forward_first_char2_sse2()
4279 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_first_char2()
4288 utf_quit = JUMP(SLJIT_JUMP); in fast_forward_first_char2()
4637 quit = JUMP(SLJIT_JUMP); in fast_forward_newline()
4696 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_start_bits()
4812 jump = JUMP(SLJIT_SIG_LESS_EQUAL); in do_revertframes()
4821 jump = JUMP(SLJIT_SIG_LESS); in do_revertframes()
4860 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4904 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4991 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in check_class_ranges()
5562 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_xclass_matchingpath()
5619 add_jump(compiler, &found, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
5622 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_xclass_matchingpath()
5652 add_jump(compiler, list, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
5769 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5795 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5815 jump = JUMP(SLJIT_JUMP); in compile_xclass_matchingpath()
5825 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5858 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5873 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5926 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5943 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
6004 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
6053 add_jump(compiler, &common->wordboundary, JUMP(SLJIT_FAST_CALL)); in compile_simple_assertion_matchingpath()
6054 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
6073 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_EQUAL)); in compile_simple_assertion_matchingpath()
6075 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_simple_assertion_matchingpath()
6095 jump[2] = JUMP(SLJIT_GREATER); in compile_simple_assertion_matchingpath()
6096 add_jump(compiler, backtracks, JUMP(SLJIT_LESS)); in compile_simple_assertion_matchingpath()
6100 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_simple_assertion_matchingpath()
6114 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in compile_simple_assertion_matchingpath()
6115 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
6133 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
6148 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
6150 jump[0] = JUMP(SLJIT_JUMP); in compile_simple_assertion_matchingpath()
6165 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_simple_assertion_matchingpath()
6186 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
6194 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
6195 jump[0] = JUMP(SLJIT_JUMP); in compile_simple_assertion_matchingpath()
6277 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
6291 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
6305 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
6393 jump[2] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
6406 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
6407 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
6415 add_jump(compiler, &common->vspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
6416 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
6424 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
6434 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
6613 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_char1_matchingpath()
6806 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_ref_matchingpath()
6820 jump = JUMP(SLJIT_ZERO); in compile_ref_matchingpath()
6827 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6832 nopartial = JUMP(SLJIT_JUMP); in compile_ref_matchingpath()
6839 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6843 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_ref_matchingpath()
7019 jump = JUMP(SLJIT_JUMP); in compile_ref_iterator_matchingpath()
7125 add_jump(compiler, &entry->calls, JUMP(SLJIT_FAST_CALL)); in compile_recurse_matchingpath()
7237 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_SIG_GREATER)); in compile_callout_matchingpath()
7239 add_jump(compiler, &common->forced_quit, JUMP(SLJIT_SIG_LESS)); in compile_callout_matchingpath()
7453 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
7484 add_jump(compiler, found, JUMP(SLJIT_JUMP)); in compile_assert_matchingpath()
7521 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
7529 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
7569 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
7632 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
7957 skip = JUMP(SLJIT_JUMP); in compile_bracket_matchingpath()
8142 add_jump(compiler, &(BACKTRACK_AS(bracket_backtrack)->u.condfailed), JUMP(SLJIT_ZERO)); in compile_bracket_matchingpath()
8348 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_matchingpath()
8910 jump = JUMP(SLJIT_ZERO); in compile_iterator_matchingpath()
8967 jump = JUMP(SLJIT_JUMP); in compile_iterator_matchingpath()
8972 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
8992 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
9206 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
9214 add_jump(compiler, &common->accept, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
9227 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_NOT_ZERO)); in compile_fail_accept_matchingpath()
9230 add_jump(compiler, &common->accept, JUMP(SLJIT_ZERO)); in compile_fail_accept_matchingpath()
9238 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
9727 add_jump(compiler, &jumplist, JUMP(SLJIT_ZERO)); in compile_iterator_backtrackingpath()
9743 jump = JUMP(SLJIT_JUMP); in compile_iterator_backtrackingpath()
9879 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_backtrackingpath()
10056 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
10058 once = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
10108 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
10111 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
10117 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
10249 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
10385 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracketpos_backtrackingpath()
10389 jump = JUMP(SLJIT_JUMP); in compile_bracketpos_backtrackingpath()
10438 jump = JUMP(SLJIT_JUMP); in compile_control_verb_backtrackingpath()
10445 add_jump(compiler, &common->then_trap->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
10450 add_jump(compiler, &common->positive_assert_quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
10458 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
10482 add_jump(compiler, &common->reset_match, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
10502 jump = JUMP(SLJIT_JUMP); in compile_then_trap_backtrackingpath()
10507 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_then_trap_backtrackingpath()
10676 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_backtrackingpath()
10763 add_jump(compiler, &common->accept, JUMP(SLJIT_JUMP)); in compile_recurse()
10779 jump = JUMP(SLJIT_JUMP); in compile_recurse()
10788 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_recurse()
10793 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_recurse()
10801 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_recurse()