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

  /src/external/mit/lua/dist/src/
lopcodes.h 209 OP_LOADKX,/* A R[A] := K[extra arg] */
348 (*) In OP_LOADKX and OP_NEWTABLE, the next instruction is always
luac.c 376 case OP_LOADKX:
ldebug.c 572 case OP_LOADKX: {
lcode.c 454 ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX'
461 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);
lvm.c 1293 vmcase(OP_LOADKX) {

Completed in 68 milliseconds