Searched refs:OP_MOVE (Results 1 – 5 of 5) sorted by relevance
169 OP_MOVE,/* A B R(A) := R(B) */ enumerator
417 case OP_MOVE: { in getobjname()
446 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
617 vmcase(OP_MOVE, in luaV_execute()
1128 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()