Searched refs:SLJIT_NOT_ZERO (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 2725 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector() 2735 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector() 2776 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match() 2786 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match() 2871 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector() 3493 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar() 3535 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar() 3549 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar() 3583 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16() 3590 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_NOT_ZERO); in do_utfreadchar16() [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 1084 #define SLJIT_NOT_ZERO 1 macro 1085 #define SLJIT_NOT_ZERO32 (SLJIT_NOT_ZERO | SLJIT_I32_OP)
|
D | sljitLir.c | 1528 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump() 1745 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags() 1785 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov() 2105 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
|