Home
last modified time | relevance | path

Searched refs:CMPTO (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c553 #define CMPTO(type, src1, src1w, src2, src2w, label) \ macro
2509 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector()
2528 CMPTO(SLJIT_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 2, quit); in return_with_partial_match()
3090 CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0x80, label); in skip_char_back()
3363 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, mainloop); in mainloop_entry()
4265 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, start); in fast_forward_first_char2()
4460 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_first_n_chars()
4498 CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0x80, start); in fast_forward_first_n_chars()
4690 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0, start); in fast_forward_start_bits()
4697 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xd800, start); in fast_forward_start_bits()
[all …]

Completed in 46 milliseconds