Lines Matching refs:loop

3119 struct sljit_label *loop;  in reset_ovector()  local
3137 loop = LABEL(); in reset_ovector()
3140 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3146 loop = LABEL(); in reset_ovector()
3150 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3162 struct sljit_label *loop; in reset_early_fail() local
3191 loop = LABEL(); in reset_early_fail()
3196 CMPTO(SLJIT_LESS, TMP1, 0, TMP2, 0, loop); in reset_early_fail()
3208 struct sljit_label *loop; in do_reset_match() local
3226 loop = LABEL(); in do_reset_match()
3229 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3235 loop = LABEL(); in do_reset_match()
3239 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3286 struct sljit_label *loop; in copy_ovector() local
3324 loop = LABEL(); in copy_ovector()
3345 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
3356 loop = LABEL(); in copy_ovector()
3359 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector()
3368 loop = LABEL(); in copy_ovector()
3372 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector()
4570 struct sljit_label *loop; in do_utfreadnewline_invalid() local
4583 loop = LABEL(); in do_utfreadnewline_invalid()
4586 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, loop); in do_utfreadnewline_invalid()
4608 loop = LABEL(); in do_utfreadnewline_invalid()
4613 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, loop); in do_utfreadnewline_invalid()
5145 struct sljit_label *loop; in mainloop_entry() local
5267 loop = LABEL(); in mainloop_entry()
5272 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x40, loop); in mainloop_entry()
5287 loop = LABEL(); in mainloop_entry()
5292 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x400, loop); in mainloop_entry()
6166 struct sljit_label *loop; in fast_forward_newline() local
6204 loop = LABEL(); in fast_forward_newline()
6209 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, (common->newline >> 8) & 0xff, loop); in fast_forward_newline()
6210 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, common->newline & 0xff, loop); in fast_forward_newline()
6233 loop = LABEL(); in fast_forward_newline()
6234 common->ff_newline_shortcut = loop; in fast_forward_newline()
6241 set_jumps(newline, loop); in fast_forward_newline()
6342 struct sljit_label *loop; in search_requested_char() local
6379 loop = LABEL(); in search_requested_char()
6401 JUMPTO(SLJIT_JUMP, loop); in search_requested_char()
8962 struct sljit_label *loop; in compile_ref_matchingpath() local
9001 loop = LABEL(); in compile_ref_matchingpath()
9018 CMPTO(SLJIT_EQUAL, TMP1, 0, char1_reg, 0, loop); in compile_ref_matchingpath()
9033 CMPTO(SLJIT_EQUAL, TMP1, 0, char1_reg, 0, loop); in compile_ref_matchingpath()
9043 JUMPTO(SLJIT_EQUAL, loop); in compile_ref_matchingpath()
10712 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath() local
10849 loop = LABEL(); in compile_bracketpos_matchingpath()
10928 JUMPTO(SLJIT_JUMP, loop); in compile_bracketpos_matchingpath()
12886 struct sljit_label *loop; in compile_control_verb_backtrackingpath() local
12900 loop = LABEL(); in compile_control_verb_backtrackingpath()
12903 CMPTO(SLJIT_NOT_EQUAL, SLJIT_MEM1(STACK_TOP), STACK(1), TMP1, 0, loop); in compile_control_verb_backtrackingpath()
12904 CMPTO(SLJIT_NOT_EQUAL, SLJIT_MEM1(STACK_TOP), STACK(2), TMP2, 0, loop); in compile_control_verb_backtrackingpath()