Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3341 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
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()
4458 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
4526 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar_invalid()
7095 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7110 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
7125 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.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1607 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump()
1822 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags()
1861 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov()
2195 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
H A DsljitLir.h1150 #define SLJIT_NOT_ZERO SLJIT_NOT_EQUAL macro

Completed in 82 milliseconds