Lines Matching refs:STR_END
482 #define STR_END SLJIT_S1 macro
2256 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_S1, str_end_must_be_saved_reg2); in return_with_partial_match()
2278 OP2(SLJIT_SUB, SLJIT_S1, 0, STR_END, 0, SLJIT_S0, 0); in return_with_partial_match()
2474 add_jump(compiler, end_reached, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in check_str_end()
2478 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0); in check_str_end()
2503 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in detect_partial_match()
2508 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0); in detect_partial_match()
3062 end = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in mainloop_entry()
3072 end = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in mainloop_entry()
3078 CMPTO(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry()
3093 end = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in mainloop_entry()
3684 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_first_n_chars()
3685 OP2(SLJIT_SUB, STR_END, 0, STR_END, 0, SLJIT_IMM, IN_UCHARS(max)); in fast_forward_first_n_chars()
3686 quit = CMP(SLJIT_C_LESS_EQUAL, STR_END, 0, TMP1, 0); in fast_forward_first_n_chars()
3687 OP1(SLJIT_MOV, STR_END, 0, TMP1, 0); in fast_forward_first_n_chars()
3691 OP2(SLJIT_SUB, STR_END, 0, STR_END, 0, SLJIT_IMM, IN_UCHARS(max)); in fast_forward_first_n_chars()
3699 quit = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_first_n_chars()
3755 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_first_n_chars()
3764 OP2(SLJIT_ADD, STR_END, 0, STR_END, 0, SLJIT_IMM, IN_UCHARS(max)); in fast_forward_first_n_chars()
3782 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_first_char()
3783 OP1(SLJIT_MOV, STR_END, 0, SLJIT_MEM1(SLJIT_SP), common->first_line_end); in fast_forward_first_char()
3787 quit = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_first_char()
3825 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_first_char()
3842 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_newline()
3843 OP1(SLJIT_MOV, STR_END, 0, SLJIT_MEM1(SLJIT_SP), common->first_line_end); in fast_forward_newline()
3848 lastchar = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline()
3864 quit = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline()
3875 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_newline()
3888 lastchar = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline()
3898 notfoundnl = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline()
3913 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_newline()
3932 OP1(SLJIT_MOV, RETURN_ADDR, 0, STR_END, 0); in fast_forward_start_bits()
3933 OP1(SLJIT_MOV, STR_END, 0, SLJIT_MEM1(SLJIT_SP), common->first_line_end); in fast_forward_start_bits()
3937 quit = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_start_bits()
3992 OP1(SLJIT_MOV, STR_END, 0, RETURN_ADDR, 0); in fast_forward_start_bits()
4009 toolong = CMP(SLJIT_C_LESS, TMP1, 0, STR_END, 0); in search_requested_char()
4018 notfound = CMP(SLJIT_C_GREATER_EQUAL, TMP1, 0, STR_END, 0); in search_requested_char()
4445 #define CHAR1 STR_END
5317 add_jump(compiler, &end_list, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5384 add_jump(compiler, &end_list, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5425 jump[0] = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in compile_char1_matchingpath()
5445 jump[0] = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0); in compile_char1_matchingpath()
5455 jump[0] = CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in compile_char1_matchingpath()
5461 add_jump(compiler, backtracks, CMP(SLJIT_C_NOT_EQUAL, TMP2, 0, STR_END, 0)); in compile_char1_matchingpath()
5464 jump[1] = CMP(SLJIT_C_EQUAL, TMP2, 0, STR_END, 0); in compile_char1_matchingpath()
5465 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP2, 0, STR_END, 0); in compile_char1_matchingpath()
5482 add_jump(compiler, backtracks, CMP(SLJIT_C_NOT_EQUAL, TMP2, 0, STR_END, 0)); in compile_char1_matchingpath()
5490 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP2, 0, STR_END, 0); in compile_char1_matchingpath()
5502 add_jump(compiler, backtracks, CMP(SLJIT_C_LESS, TMP2, 0, STR_END, 0)); in compile_char1_matchingpath()
5509 add_jump(compiler, backtracks, CMP(SLJIT_C_NOT_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5522 add_jump(compiler, backtracks, CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5543 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5571 add_jump(compiler, backtracks, CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5577 jump[1] = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0); in compile_char1_matchingpath()
5590 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER, TMP2, 0, STR_END, 0)); in compile_char1_matchingpath()
5593 jump[1] = CMP(SLJIT_C_LESS_EQUAL, TMP2, 0, STR_END, 0); in compile_char1_matchingpath()
5622 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5859 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER, STR_PTR, 0, STR_END, 0)); in compile_charn_matchingpath()
5997 partial = CMP(SLJIT_C_GREATER, STR_PTR, 0, STR_END, 0); in compile_ref_matchingpath()
6010 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, STR_END, 0); in compile_ref_matchingpath()
6012 OP1(SLJIT_MOV, STR_PTR, 0, STR_END, 0); in compile_ref_matchingpath()
9988 OP1(SLJIT_MOV, STR_END, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, end)); in PRIV()
10036 minlength_check_failed = CMP(SLJIT_C_GREATER, TMP2, 0, STR_END, 0); in PRIV()
10146 CMPTO(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0, common->ff_newline_shortcut); in PRIV()
10152 CMPTO(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0, mainloop_label); in PRIV()