Searched refs:exit_ok_label (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 4659 struct sljit_label *exit_ok_label; in do_utfmoveback_invalid() local 4702 exit_ok_label = LABEL(); in do_utfmoveback_invalid() 4715 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x20, exit_ok_label); in do_utfmoveback_invalid() 4725 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x10, exit_ok_label); in do_utfmoveback_invalid()
|