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.h170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
H A Dldebug.c436 case OP_LOADK: in getobjname()
438 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
H A Dlcode.c253 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
H A Dlvm.c620 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 Dldebug.c567 case OP_LOADK: in getobjname()
569 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
H A Dluac.c366 case OP_LOADK: in PrintCode()
H A Dlcode.c453 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
H A Dlvm.c1205 vmcase(OP_LOADK) { in luaV_execute()