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.c2923 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
2933 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
2974 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
2984 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3069 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
3962 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
4003 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4016 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4044 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4103 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.h1084 #define SLJIT_NOT_ZERO 1 macro
1085 #define SLJIT_NOT_ZERO32 (SLJIT_NOT_ZERO | SLJIT_I32_OP)
DsljitLir.c1529 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump()
1746 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags()
1786 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov()
2106 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()