SLJIT_ZERO       2085 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO));
SLJIT_ZERO       2882 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO));
SLJIT_ZERO       5190 ext/pcre/pcrelib/pcre_jit_compile.c       jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0);
SLJIT_ZERO       5213 ext/pcre/pcrelib/pcre_jit_compile.c       jump = CMP(SLJIT_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0);
SLJIT_ZERO       5280 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO));
SLJIT_ZERO       5295 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO));
SLJIT_ZERO       5308 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO));
SLJIT_ZERO       5321 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO));
SLJIT_ZERO       5418 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO));
SLJIT_ZERO       5426 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO));
SLJIT_ZERO       5526 ext/pcre/pcrelib/pcre_jit_compile.c       add_jump(compiler, backtracks, JUMP(SLJIT_ZERO));
SLJIT_ZERO       5777 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(SLJIT_ZERO));
SLJIT_ZERO       6009 ext/pcre/pcrelib/pcre_jit_compile.c     jump = JUMP(SLJIT_ZERO);
SLJIT_ZERO       7262 ext/pcre/pcrelib/pcre_jit_compile.c     add_jump(compiler, &(BACKTRACK_AS(bracket_backtrack)->u.condfailed), JUMP(SLJIT_ZERO));
SLJIT_ZERO        958 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_I_ZERO			(SLJIT_ZERO | SLJIT_INT_OP)