Searched refs:partial_quit (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_simd_inc.h | 214 struct sljit_jump *partial_quit[2]; 239 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); 241 add_jump(compiler, &common->failed_match, partial_quit[0]); 311 partial_quit[1] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); 313 add_jump(compiler, &common->failed_match, partial_quit[1]); 340 JUMPHERE(partial_quit[0]); 341 JUMPHERE(partial_quit[1]); 868 struct sljit_jump *partial_quit; 941 partial_quit = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); 943 add_jump(compiler, &common->failed_match, partial_quit); [all...] |
H A D | pcre2_jit_compile.c | 5920 struct sljit_jump *partial_quit; in fast_forward_first_char2() local 5959 partial_quit = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_first_char2() 5961 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_first_char2() 5995 JUMPHERE(partial_quit); in fast_forward_first_char2() 6421 struct sljit_jump *partial_quit; in fast_forward_start_bits() local 6438 partial_quit = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_start_bits() 6440 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_start_bits() 6482 JUMPHERE(partial_quit); in fast_forward_start_bits()
|
Completed in 17 milliseconds