HomeSort by: relevance | last modified time | path
    Searched refs:OP_LOADK (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/lua/dist/src/
lopcodes.h 208 OP_LOADK,/* A Bx R[A] := K[Bx] */
ldebug.c 571 case OP_LOADK:
573 int b = (op == OP_LOADK) ? GETARG_Bx(i)
luac.c 372 case OP_LOADK:
lcode.c 453 ** Emit a "load constant" instruction, using either 'OP_LOADK'
459 return luaK_codeABx(fs, OP_LOADK, reg, k);
lvm.c 1287 vmcase(OP_LOADK) {

Completed in 18 milliseconds