Home
last modified time | relevance | path

Searched refs:OP_MOVE (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h154 OP_MOVE,/* A B R(A) := R(B) */ enumerator
H A Dldebug.c457 check(op1 == OP_GETUPVAL || op1 == OP_MOVE); in symbexec()
515 case OP_MOVE: { in getobjname()
H A Dlvm.c407 case OP_MOVE: { in luaV_execute()
735 lua_assert(GET_OPCODE(*pc) == OP_MOVE); in luaV_execute()
H A Dlparser.c322 OpCode o = (func->upvalues[i].k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in pushclosure()
925 luaK_codeABC(fs, OP_MOVE, fs->freereg, v->u.s.info, 0); /* make copy */ in check_conflict()
H A Dlcode.c369 luaK_codeABC(fs, OP_MOVE, reg, e->u.s.info, 0); in discharge2reg()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h170 OP_MOVE,/* A B R(A) := R(B) */ enumerator
H A Dldebug.c417 case OP_MOVE: { in getobjname()
H A Dlcode.c445 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
H A Dlvm.c618 vmcase(OP_MOVE, in luaV_execute()
H A Dlparser.c1133 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()