OP_LOADK          161 core/compile.c       case OP_LOADK:
OP_LOADK          303 core/compile.c                     PN_ASM2(OP_LOADK, sreg, num);
OP_LOADK          369 core/compile.c         PN_ASM2(OP_LOADK, reg, num);
OP_LOADK          412 core/compile.c           PN_ASM2(OP_LOADK, breg, num);
OP_LOADK          435 core/compile.c           PN_ASM2(OP_LOADK, ++breg, num);
OP_LOADK          448 core/compile.c         PN_ASM2(OP_LOADK, ++breg, num);
OP_LOADK          756 core/compile.c           PN_ASM2(OP_LOADK, reg, num);
OP_LOADK          762 core/compile.c             PN_ASM2(OP_LOADK, reg, num);
OP_LOADK          831 core/compile.c       PN_ASM2(OP_LOADK, reg + 1, num);
OP_LOADK          843 core/compile.c       PN_ASM2(OP_LOADK, reg, num);
OP_LOADK          869 core/compile.c                 PN_ASM2(OP_LOADK, reg + 1, num);