Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h1149 #define SLJIT_NOT_ZERO 1 macro
1150 #define SLJIT_NOT_ZERO32 (SLJIT_NOT_ZERO | SLJIT_I32_OP)
DsljitLir.c1600 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump()
1817 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags()
1857 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov()
2192 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
DsljitNativeS390X.c957 case SLJIT_NOT_ZERO: in push_load_cc()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3137 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3147 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
3226 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3236 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
3342 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
4295 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
4336 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4349 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4377 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4436 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
[all …]
Dpcre2_jit_simd_inc.h282 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
438 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd()
687 jump[0] = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()