SLJIT_ZERO 2108 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); SLJIT_ZERO 2906 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); SLJIT_ZERO 5227 ext/pcre/pcrelib/pcre_jit_compile.c jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); SLJIT_ZERO 5250 ext/pcre/pcrelib/pcre_jit_compile.c jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); SLJIT_ZERO 5317 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); SLJIT_ZERO 5332 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); SLJIT_ZERO 5345 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); SLJIT_ZERO 5358 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); SLJIT_ZERO 5455 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); SLJIT_ZERO 5463 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); SLJIT_ZERO 5563 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); SLJIT_ZERO 5814 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); SLJIT_ZERO 6046 ext/pcre/pcrelib/pcre_jit_compile.c jump = JUMP(SLJIT_ZERO); SLJIT_ZERO 7299 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, &(BACKTRACK_AS(bracket_backtrack)->u.condfailed), JUMP(SLJIT_ZERO)); SLJIT_ZERO 948 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_I_ZERO (SLJIT_ZERO | SLJIT_INT_OP)