Lines Matching refs:SLJIT_NOT_ZERO

3136     JUMPTO(SLJIT_NOT_ZERO, loop);  in reset_ovector()
3146 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3225 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3235 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3341 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
4295 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
4336 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4349 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4377 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4436 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4458 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4526 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
6523 jump = CMP(SLJIT_NOT_ZERO /* SIG_LESS */, TMP2, 0, SLJIT_IMM, 0); in do_revertframes()
7095 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7110 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7125 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7220 JUMPTO(SLJIT_NOT_ZERO, label); in do_caselesscmp()
7566 add_jump(compiler, &found, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
7599 add_jump(compiler, list, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
7754 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7780 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7810 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7843 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7858 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7911 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7928 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7989 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8057 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
8144 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8164 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8204 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8211 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8230 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8273 JUMPTO(SLJIT_NOT_ZERO, label); in compile_simple_assertion_matchingpath()
8524 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
8538 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
8552 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
8666 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
8681 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
10693 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
10725 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
11277 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
11285 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
11492 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
11755 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_NOT_ZERO)); in compile_fail_accept_matchingpath()
13904 JUMPTO(SLJIT_NOT_ZERO, empty_match_backtrack_label); in jit_compile()