Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.h951 #define SLJIT_NOT_ZERO 1 macro
952 #define SLJIT_I_NOT_ZERO (SLJIT_NOT_ZERO | SLJIT_INT_OP)
H A DsljitLir.c1641 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2189 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()
2215 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()
2282 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()
2948 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
2962 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
2996 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16()
3027 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
4002 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_start_bits()
4514 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()
4558 JUMPTO(SLJIT_NOT_ZERO, label); in do_caselesscmp()
[all …]

Completed in 56 milliseconds