Searched refs:three_byte_entry (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 4412 struct sljit_label *three_byte_entry; in do_utfreadchar_invalid() local 4460 three_byte_entry = LABEL(); in do_utfreadchar_invalid() 4551 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x30000, three_byte_entry); in do_utfreadchar_invalid() 4793 struct sljit_label *three_byte_entry; in do_utfpeakcharback_invalid() local 4826 three_byte_entry = LABEL(); in do_utfpeakcharback_invalid() 4896 CMPTO(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x10, three_byte_entry); in do_utfpeakcharback_invalid()
|