HomeSort by: relevance | last modified time | path
    Searched refs:OP_MOVE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/lua/dist/src/
lopcodes.h 203 OP_MOVE,/* A B R[A] := R[B] */
luac.c 363 case OP_MOVE:
ldebug.c 542 case OP_MOVE: {
lcode.c 877 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0);
lparser.c 1375 luaK_codeABC(fs, OP_MOVE, extra, v->u.var.ridx, 0);
lvm.c 1268 vmcase(OP_MOVE) {

Completed in 22 milliseconds