Searched refs:CMPTO (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 535 #define CMPTO(type, src1, src1w, src2, src2w, label) \ macro 2295 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector() 2314 CMPTO(SLJIT_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 2, quit); in return_with_partial_match() 2876 CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0x80, label); in skip_char_back() 3129 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry() 3763 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_first_n_chars() 4014 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0, start); in fast_forward_start_bits() 4021 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xd800, start); in fast_forward_start_bits() 6197 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); in compile_ref_iterator_matchingpath() 7994 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); in compile_iterator_matchingpath() [all …]
|
Completed in 28 milliseconds