Home
last modified time | relevance | path

Searched refs:OP_SETLIST (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c295 case OP_SETLIST: { in luaG_checkopenop()
356 if (!(GET_OPCODE(d) == OP_SETLIST && GETARG_C(d) == 0)) break; in symbexec()
377 check(GET_OPCODE(pt->code[pc+1]) != OP_SETLIST || in symbexec()
442 case OP_SETLIST: { in symbexec()
H A Dlopcodes.h202 OP_SETLIST,/* A B C R(A)[(C-1)*FPF+i] := R(A+i), 1 <= i <= B */ enumerator
H A Dprint.c147 case OP_SETLIST: in PrintCode()
H A Dlcode.c824 luaK_codeABC(fs, OP_SETLIST, base, b, c); in luaK_setlist()
826 luaK_codeABC(fs, OP_SETLIST, base, b, 0); in luaK_setlist()
H A Dlvm.c697 case OP_SETLIST: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h219 OP_SETLIST,/* A B C R(A)[(C-1)*FPF+i] := R(A+i), 1 <= i <= B */ enumerator
H A Dlcode.c875 luaK_codeABC(fs, OP_SETLIST, base, b, c); in luaK_setlist()
877 luaK_codeABC(fs, OP_SETLIST, base, b, 0); in luaK_setlist()
H A Dlvm.c875 vmcase(OP_SETLIST, in luaV_execute()