Searched refs:SLJIT_NOT_ZERO (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3415 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 D | pcre2_jit_simd_inc.h | 302 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.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 1666 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_jump() 1839 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_op_flags() 1879 if ((type & 0xff) <= SLJIT_NOT_ZERO) in check_sljit_emit_cmov() 2227 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
|
H A D | sljitLir.h | 1182 #define SLJIT_NOT_ZERO SLJIT_NOT_EQUAL macro
|
Completed in 62 milliseconds