Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h169 OP_MOVE,/* A B R(A) := R(B) */ enumerator
Dldebug.c403 case OP_MOVE: { in getobjname()
Dlcode.c447 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
Dlvm.c557 vmcase(OP_MOVE, in luaV_execute()
Dlparser.c1129 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()