Searched refs:CMPTO (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 535 #define CMPTO(type, src1, src1w, src2, src2w, label) \ macro 2271 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector() 2290 CMPTO(SLJIT_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 2, quit); in return_with_partial_match() 2852 CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0x80, label); in skip_char_back() 3105 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry() 3732 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_first_n_chars() 3983 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0, start); in fast_forward_start_bits() 3990 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xd800, start); in fast_forward_start_bits() 6160 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); in compile_ref_iterator_matchingpath() 7952 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); in compile_iterator_matchingpath() [all …]
|
Completed in 30 milliseconds