Lines Matching refs:SLJIT_NOT_ZERO

2189   JUMPTO(SLJIT_NOT_ZERO, loop);  in reset_ovector()
2215 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
2282 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
2906 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
2948 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
2962 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
2996 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16()
3003 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_UNUSED, 0, SLJIT_NOT_ZERO); in do_utfreadchar16()
3027 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
3861 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_first_char()
4002 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_start_bits()
4514 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
4558 JUMPTO(SLJIT_NOT_ZERO, label); in do_caselesscmp()
4913 add_jump(compiler, &found, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
4946 add_jump(compiler, list, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
5026 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5052 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5087 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5119 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5134 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5187 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5204 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5265 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5317 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
5332 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
5345 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
5358 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
5455 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
5463 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
5489 JUMPTO(SLJIT_NOT_ZERO, label); in compile_char1_matchingpath()
5843 JUMPTO(SLJIT_NOT_ZERO, label); in compile_char1_matchingpath()
7444 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
7474 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
8079 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
8098 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
8118 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()
8134 JUMPTO(SLJIT_NOT_ZERO, label); in compile_iterator_matchingpath()