Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3415 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
4410 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4423 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
4451 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4510 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4532 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4600 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
7169 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7184 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7199 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
[all …]
H A Dpcre2_jit_simd_inc.h302 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
458 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd()
694 jump[0] = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1319 #define SLJIT_NOT_ZERO SLJIT_NOT_EQUAL macro
H A DsljitLir.c1775 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump()
1961 if (type <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags()
2003 if (cond <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov()
2532 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()

Completed in 95 milliseconds