Lines Matching refs:SLJIT_NOT_ZERO

3210     JUMPTO(SLJIT_NOT_ZERO, loop);  in reset_ovector()
3220 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3299 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3309 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3415 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
4369 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
4410 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4423 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4451 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4510 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4532 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4600 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
6597 jump = CMP(SLJIT_NOT_ZERO /* SIG_LESS */, TMP2, 0, SLJIT_IMM, 0); in do_revertframes()
7169 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7184 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7199 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7294 JUMPTO(SLJIT_NOT_ZERO, label); in do_caselesscmp()
7671 add_jump(compiler, &found, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
7704 add_jump(compiler, list, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
7814 add_jump(compiler, compares > 0 ? list : backtracks, JUMP(SLJIT_NOT_ZERO ^ invertcmp)); in compile_xclass_matchingpath()
7925 add_jump(compiler, compares > 0 ? list : backtracks, JUMP(SLJIT_NOT_ZERO ^ invertcmp)); in compile_xclass_matchingpath()
7982 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8008 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8038 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8074 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8089 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8142 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8159 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8220 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8288 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
8375 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8395 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8435 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8442 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8461 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_ZERO)); in compile_simple_assertion_matchingpath()
8504 JUMPTO(SLJIT_NOT_ZERO, label); in compile_simple_assertion_matchingpath()
8755 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
8769 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
8783 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
8897 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
8912 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
10924 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
10956 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
11508 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
11516 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
11723 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
11986 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_NOT_ZERO)); in compile_fail_accept_matchingpath()
14134 JUMPTO(SLJIT_NOT_ZERO, empty_match_backtrack_label); in jit_compile()