Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c3210 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3220 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3299 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3309 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3415 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
4369 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
4410 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4423 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4451 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4510 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
[all …]
Dpcre2_jit_simd_inc.h302 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
458 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd()
694 jump[0] = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c1775 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump()
1961 if (type <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags()
2003 if (cond <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov()
2532 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
DsljitLir.h1319 #define SLJIT_NOT_ZERO SLJIT_NOT_EQUAL macro