Searched refs:OP_MOVE (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 154 OP_MOVE,/* A B R(A) := R(B) */ enumerator
|
| H A D | ldebug.c | 457 check(op1 == OP_GETUPVAL || op1 == OP_MOVE); in symbexec() 515 case OP_MOVE: { in getobjname()
|
| H A D | lvm.c | 407 case OP_MOVE: { in luaV_execute() 735 lua_assert(GET_OPCODE(*pc) == OP_MOVE); in luaV_execute()
|
| H A D | lparser.c | 322 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 D | lcode.c | 369 luaK_codeABC(fs, OP_MOVE, reg, e->u.s.info, 0); in discharge2reg()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 170 OP_MOVE,/* A B R(A) := R(B) */ enumerator
|
| H A D | ldebug.c | 417 case OP_MOVE: { in getobjname()
|
| H A D | lcode.c | 445 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
|
| H A D | lvm.c | 618 vmcase(OP_MOVE, in luaV_execute()
|
| H A D | lparser.c | 1133 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()
|