OP_LOADPN         157 core/compile.c       case OP_LOADPN:
OP_LOADPN         299 core/compile.c                     PN_ASM2(OP_LOADPN, sreg, PN_S(lhs,0));
OP_LOADPN         327 core/compile.c     PN_ASM2(OP_LOADPN, *reg, args);
OP_LOADPN         365 core/compile.c         PN_ASM2(OP_LOADPN, reg, PN_S(t,0));
OP_LOADPN         512 core/compile.c       PN_ASM2(OP_LOADPN, breg + 1, (PN_S(t,1) | PN_FNUMBER));
OP_LOADPN         847 core/compile.c         PN_ASM2(OP_LOADPN, ++breg, PN_NIL);