Searched refs:STR_END (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 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() [all …]
|