Searched refs:match_end_ptr (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_simd_inc.h | 527 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 529 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr); in fast_forward_char_pair_simd() 734 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 735 OP1(SLJIT_MOV, STR_END, 0, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr); in fast_forward_char_pair_simd() 755 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 1059 if (common->match_end_ptr == 0) in fast_forward_char_pair_simd() 1063 OP1(SLJIT_MOV, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr); in fast_forward_char_pair_simd()
|
D | pcre2_jit_compile.c | 404 sljit_s32 match_end_ptr; member 5167 SLJIT_ASSERT(common->match_end_ptr != 0); in mainloop_entry() 5180 … OP2(SLJIT_SUB, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1)); in mainloop_entry() 5187 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr, STR_PTR, 0); in mainloop_entry() 5192 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr, STR_PTR, 0); in mainloop_entry() 5201 SLJIT_ASSERT(common->match_end_ptr != 0); in mainloop_entry() 5231 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr, TMP2, 0); in mainloop_entry() 5848 BOOL has_match_end = (common->match_end_ptr != 0); in fast_forward_first_char2() 5853 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr); in fast_forward_first_char2() 6060 if (common->match_end_ptr != 0) in fast_forward_first_n_chars() [all …]
|