Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h172 OP_LOADKX,/* A R(A) := Kst(extra arg) */ enumerator
H A Dldebug.c438 case OP_LOADKX: { in getobjname()
H A Dlcode.c256 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
H A Dlvm.c625 vmcase(OP_LOADKX, in luaV_execute()
/freebsd/contrib/lua/src/
H A Dlopcodes.h205 OP_LOADKX,/* A R[A] := K[extra arg] */ enumerator
H A Dluac.c370 case OP_LOADKX: in PrintCode()
H A Dldebug.c521 case OP_LOADKX: return kname(p, GETARG_Ax(p->code[pc + 1]), name); in basicgetobjname()
H A Dlcode.c456 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
H A Dlvm.c1212 vmcase(OP_LOADKX) { in luaV_execute()