SLJIT_FOP2_BASE 1300 ext/pcre/pcrelib/sljit/sljitLir.c fprintf(compiler->verbose, " %s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE]); SLJIT_FOP2_BASE 931 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_DADD (SLJIT_FOP2_BASE + 0) SLJIT_FOP2_BASE 934 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_DSUB (SLJIT_FOP2_BASE + 1) SLJIT_FOP2_BASE 937 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_DMUL (SLJIT_FOP2_BASE + 2) SLJIT_FOP2_BASE 940 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_DDIV (SLJIT_FOP2_BASE + 3)