Searched refs:SLJIT_ZERO (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 947 #define SLJIT_ZERO 0 macro 948 #define SLJIT_I_ZERO (SLJIT_ZERO | SLJIT_INT_OP)
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 2108 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match() 2906 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar() 5227 jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); in compile_xclass_matchingpath() 5250 jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); in compile_xclass_matchingpath() 5332 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath() 5345 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath() 5358 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath() 5563 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_char1_matchingpath() 5814 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_char1_matchingpath() 6046 jump = JUMP(SLJIT_ZERO); in compile_ref_matchingpath() [all …]
|
Completed in 27 milliseconds