Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c661 #define CMPTO(type, src1, src1w, src2, src2w, label) \ macro
3386 CMPTO(SLJIT_LESS, TMP1, 0, TMP2, 0, loop); in reset_early_fail()
3862 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, label); in detect_partial_match_to()
4816 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, loop); in do_utfreadnewline_invalid()
4843 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, loop); in do_utfreadnewline_invalid()
5502 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x40, loop); in mainloop_entry()
5522 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x400, loop); in mainloop_entry()
6008 CMPTO(SLJIT_EQUAL, reg, 0, SLJIT_IMM, 0x80, label); in jumpto_if_not_utf_char_start()
6011 CMPTO(SLJIT_EQUAL, reg, 0, SLJIT_IMM, 0xdc00, label); in jumpto_if_not_utf_char_start()
9470 CMPTO(SLJIT_EQUAL, TMP1, 0, char1_reg, 0, loop); in compile_ref_matchingpath()
[all …]
H A Dpcre2_jit_simd_inc.h326 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd()
454 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd()
702 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
725 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, restart); in fast_forward_char_pair_simd()
2013 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd()
2136 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd()
2320 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
2339 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, restart); in fast_forward_char_pair_simd()

Completed in 43 milliseconds