Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h1145 #define SLJIT_ZERO 0 macro
1146 #define SLJIT_ZERO32 (SLJIT_ZERO | SLJIT_I32_OP)
DsljitNativeS390X.c956 case SLJIT_ZERO: in push_load_cc()
/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h306 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd()
460 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd()
720 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
Dpcre2_jit_compile.c3065 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match()
4295 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
6395 JUMPTO(SLJIT_ZERO, start); in fast_forward_start_bits()
6920 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_ZERO); in optimize_class_chars()
6932 CMOV(SLJIT_ZERO, TMP2, TMP1, 0); in optimize_class_chars()
6946 CMOV(SLJIT_ZERO, TMP2, TMP1, 0); in optimize_class_chars()
7951 jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); in compile_xclass_matchingpath()
7974 jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); in compile_xclass_matchingpath()
8057 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
8119 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
[all …]