Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h171 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
H A Dldebug.c437 case OP_LOADK: in getobjname()
439 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
H A Dlcode.c254 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
H A Dlvm.c621 vmcase(OP_LOADK, in luaV_execute()
/freebsd/contrib/lua/src/
H A Dlopcodes.h204 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
H A Dluac.c366 case OP_LOADK: in PrintCode()
H A Dldebug.c520 case OP_LOADK: return kname(p, GETARG_Bx(i), name); in basicgetobjname()
H A Dlcode.c454 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
H A Dlvm.c1206 vmcase(OP_LOADK) { in luaV_execute()