Searched refs:OP_LOADK (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 171 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
|
| H A D | ldebug.c | 437 case OP_LOADK: in getobjname() 439 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
|
| H A D | lcode.c | 254 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
|
| H A D | lvm.c | 621 vmcase(OP_LOADK, in luaV_execute()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 204 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
|
| H A D | luac.c | 366 case OP_LOADK: in PrintCode()
|
| H A D | ldebug.c | 520 case OP_LOADK: return kname(p, GETARG_Bx(i), name); in basicgetobjname()
|
| H A D | lcode.c | 454 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
|
| H A D | lvm.c | 1206 vmcase(OP_LOADK) { in luaV_execute()
|