Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlopcodes.h208 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
Dldebug.c571 case OP_LOADK: in getobjname()
573 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
Dluac.c372 case OP_LOADK: in PrintCode()
Dlcode.c459 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
Dlvm.c1287 vmcase(OP_LOADK) {