Searched refs:OP_MOVE (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 169 OP_MOVE,/* A B R(A) := R(B) */ enumerator
|
H A D | ldebug.c | 416 case OP_MOVE: { in getobjname()
|
H A D | lcode.c | 448 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
|
H A D | lvm.c | 617 vmcase(OP_MOVE, in luaV_execute()
|
H A D | lparser.c | 1132 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 201 OP_MOVE,/* A B R[A] := R[B] */ enumerator
|
H A D | luac.c | 357 case OP_MOVE: in PrintCode()
|
H A D | ldebug.c | 538 case OP_MOVE: { in getobjname()
|
H A D | lcode.c | 869 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0); in discharge2reg()
|
H A D | lvm.c | 1188 vmcase(OP_MOVE) { in luaV_execute()
|
H A D | lparser.c | 1361 luaK_codeABC(fs, OP_MOVE, extra, v->u.var.ridx, 0); in check_conflict()
|