Searched refs:OP_LOADK (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 155 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
|
| H A D | print.c | 107 case OP_LOADK: in PrintCode()
|
| H A D | lcode.c | 355 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 D | lvm.c | 411 case OP_LOADK: { in luaV_execute()
|
| H A D | lparser.c | 1082 luaK_codeABx(fs, OP_LOADK, fs->freereg, luaK_numberK(fs, 1)); in fornum()
|
| /f-stack/freebsd/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 | 250 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
|
| H A D | lvm.c | 621 vmcase(OP_LOADK, in luaV_execute()
|