Home
last modified time | relevance | path

Searched refs:SLJIT_NOT_EQUAL (Results 1 – 12 of 12) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c4381 add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_NL)); in check_newlinechar()
4388 …add_jump(compiler, backtracks, CMP(jumpifmatch ? SLJIT_EQUAL : SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM… in check_newlinechar()
4683 jump[3] = CMP(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80); in do_utfreadnewline_invalid()
4705 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0x85, skip_start); in do_utfreadnewline_invalid()
4712 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, skip_start); in do_utfreadnewline_invalid()
5251 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, (common->newline >> 8) & 0xff, mainloop); in mainloop_entry()
5252 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, common->newline & 0xff, mainloop); in mainloop_entry()
5967 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, char1, start); in fast_forward_first_char2()
5974 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, char1 | mask, start); in fast_forward_first_char2()
5979 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, char2, start); in fast_forward_first_char2()
[all …]
Dpcre2_jit_simd_inc.h71 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0x80); in jump_if_utf_char_start()
74 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0xdc00); in jump_if_utf_char_start()
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1318 #define SLJIT_NOT_EQUAL 1 macro
1319 #define SLJIT_NOT_ZERO SLJIT_NOT_EQUAL
DsljitNativeMIPS_common.c2911 case SLJIT_NOT_EQUAL: in sljit_emit_jump()
3042 if (type <= SLJIT_NOT_EQUAL) { in sljit_emit_cmp()
3106 type = (type == SLJIT_LESS || type == SLJIT_SIG_LESS) ? SLJIT_NOT_EQUAL : SLJIT_EQUAL; in sljit_emit_cmp()
3116 type = (type == SLJIT_GREATER || type == SLJIT_SIG_GREATER) ? SLJIT_NOT_EQUAL : SLJIT_EQUAL; in sljit_emit_cmp()
3222 case SLJIT_NOT_EQUAL: in sljit_emit_op_flags()
3317 case SLJIT_NOT_EQUAL: in sljit_emit_cmov()
DsljitNativeRISCV_common.c2307 case SLJIT_NOT_EQUAL: in sljit_emit_jump()
2450 case SLJIT_NOT_EQUAL: in sljit_emit_cmp()
2588 case SLJIT_NOT_EQUAL: in sljit_emit_op_flags()
DsljitNativeARM_64.c1860 case SLJIT_NOT_EQUAL: in get_cc()
2002 SLJIT_ASSERT((type & 0xff) == SLJIT_EQUAL || (type & 0xff) == SLJIT_NOT_EQUAL); in emit_cmp_to0()
DsljitNativePPC_common.c2222 case SLJIT_NOT_EQUAL: in get_bo_bi_flags()
2474 case SLJIT_NOT_EQUAL: in sljit_emit_op_flags()
DsljitLir.c2482 if ((condition == SLJIT_EQUAL || condition == SLJIT_NOT_EQUAL)) { in sljit_emit_cmp()
DsljitNativeX86_common.c466 case SLJIT_NOT_EQUAL: in get_jump_code()
DsljitNativeARM_T2_32.c2178 case SLJIT_NOT_EQUAL: in get_cc()
DsljitNativeS390X.c224 case SLJIT_NOT_EQUAL: in get_cc()
DsljitNativeARM_32.c2591 case SLJIT_NOT_EQUAL: in get_cc()