Searched refs:OP_LOADKX (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 172 OP_LOADKX,/* A R(A) := Kst(extra arg) */ enumerator
|
| H A D | ldebug.c | 438 case OP_LOADKX: { in getobjname()
|
| H A D | lcode.c | 256 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
|
| H A D | lvm.c | 625 vmcase(OP_LOADKX, in luaV_execute()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 205 OP_LOADKX,/* A R[A] := K[extra arg] */ enumerator
|
| H A D | luac.c | 370 case OP_LOADKX: in PrintCode()
|
| H A D | ldebug.c | 521 case OP_LOADKX: return kname(p, GETARG_Ax(p->code[pc + 1]), name); in basicgetobjname()
|
| H A D | lcode.c | 456 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
|
| H A D | lvm.c | 1212 vmcase(OP_LOADKX) { in luaV_execute()
|