OP_LOADPN         162 core/compile.c       case OP_LOADPN:
OP_LOADPN         289 core/compile.c                     PN_ASM2(OP_LOADPN, sreg, PN_S(lhs,0));
OP_LOADPN         317 core/compile.c     PN_ASM2(OP_LOADPN, *reg, args);
OP_LOADPN         356 core/compile.c         PN_ASM2(OP_LOADPN, reg, PN_S(t,0));
OP_LOADPN         546 core/compile.c       PN_ASM2(OP_LOADPN, breg + 1, (PN_S(t,1) | PN_FINTEGER));
OP_LOADPN         661 core/compile.c           PN_ASM2(OP_LOADPN, reg, PN_NIL);
OP_LOADPN         867 core/compile.c         PN_ASM2(OP_LOADPN, ++breg, PN_NIL);