Searched refs:CMPTO (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 630 #define CMPTO(type, src1, src1w, src2, src2w, label) \ macro 3193 CMPTO(SLJIT_LESS, TMP1, 0, TMP2, 0, loop); in reset_early_fail() 3356 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector() 3369 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector() 3659 …CMPTO(SLJIT_LESS, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0, common->partialmatchla… in process_partial_match() 3669 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, label); in detect_partial_match_to() 4235 CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0x80, label); in move_back() 4551 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x30000, three_byte_entry); in do_utfreadchar_invalid() 4590 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, loop); in do_utfreadnewline_invalid() 4617 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, loop); in do_utfreadnewline_invalid() [all …]
|
D | pcre2_jit_simd_inc.h | 306 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd() 460 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd() 720 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd() 745 CMPTO(SLJIT_LESS, STR_PTR, 0, STR_END, 0, restart); in fast_forward_char_pair_simd()
|