Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h155 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
H A Dprint.c107 case OP_LOADK: in PrintCode()
H A Dlcode.c355 luaK_codeABx(fs, OP_LOADK, reg, e->u.s.info); in discharge2reg()
359 luaK_codeABx(fs, OP_LOADK, reg, luaK_numberK(fs, e->u.nval)); in discharge2reg()
H A Dlvm.c411 case OP_LOADK: { in luaV_execute()
H A Dlparser.c1082 luaK_codeABx(fs, OP_LOADK, fs->freereg, luaK_numberK(fs, 1)); in fornum()
/f-stack/freebsd/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.c250 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
H A Dlvm.c621 vmcase(OP_LOADK, in luaV_execute()