Home
last modified time | relevance | path

Searched refs:OP_LOADK (Results 1 – 5 of 5) sorted by relevance

/minix/external/mit/lua/dist/src/
H A Dlopcodes.h172 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
H A Dldebug.c450 case OP_LOADK: in getobjname()
452 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
H A Dluac.c329 case OP_LOADK: in PrintCode()
H A Dlcode.c275 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
H A Dlvm.c804 vmcase(OP_LOADK) {