Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h169 OP_MOVE,/* A B R(A) := R(B) */ enumerator
H A Dldebug.c417 case OP_MOVE: { in getobjname()
H A Dlcode.c446 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
H A Dlvm.c617 vmcase(OP_MOVE, in luaV_execute()
H A Dlparser.c1128 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()