Searched refs:SLJIT_ZERO (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1133 #define SLJIT_ZERO 0 macro 1134 #define SLJIT_ZERO32 (SLJIT_ZERO | SLJIT_I32_OP)
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 306 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd() 460 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd() 720 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
|
H A D | pcre2_jit_compile.c | 6320 JUMPTO(SLJIT_ZERO, start); in fast_forward_start_bits() 6843 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_ZERO); in optimize_class_chars() 6855 CMOV(SLJIT_ZERO, TMP2, TMP1, 0); in optimize_class_chars() 6869 CMOV(SLJIT_ZERO, TMP2, TMP1, 0); in optimize_class_chars() 8805 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_char1_matchingpath() 9081 jump = JUMP(SLJIT_ZERO); in compile_ref_matchingpath() 11251 jump = JUMP(SLJIT_ZERO); in compile_iterator_matchingpath() 11611 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath() 11683 JUMPTO(SLJIT_ZERO, common->accept_label); in compile_fail_accept_matchingpath() 12185 add_jump(compiler, &jumplist, JUMP(SLJIT_ZERO)); in compile_iterator_backtrackingpath() [all …]
|
Completed in 58 milliseconds