Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h169 OP_MOVE,/* A B R(A) := R(B) */ enumerator
H A Dldebug.c416 case OP_MOVE: { in getobjname()
H A Dlcode.c448 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.c1132 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()
/freebsd/contrib/lua/src/
H A Dlopcodes.h201 OP_MOVE,/* A B R[A] := R[B] */ enumerator
H A Dluac.c357 case OP_MOVE: in PrintCode()
H A Dldebug.c538 case OP_MOVE: { in getobjname()
H A Dlcode.c869 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
H A Dlvm.c1188 vmcase(OP_MOVE) { in luaV_execute()
H A Dlparser.c1361 luaK_codeABC(fs, OP_MOVE, extra, v->u.var.ridx, 0); in check_conflict()