Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2411 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
2449 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
2522 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
3127 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
3169 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
3183 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
3217 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16()
3224 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_UNUSED, 0, SLJIT_NOT_ZERO); in do_utfreadchar16()
3248 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4279 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_first_char2()
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.h947 #define SLJIT_NOT_ZERO 1 macro
948 #define SLJIT_NOT_ZERO32 (SLJIT_NOT_ZERO | SLJIT_I32_OP)
DsljitLir.c1657 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()