Home
last modified time | relevance | path

Searched defs:OP_MOVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h169 OP_MOVE,/* A B R(A) := R(B) */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h201 OP_MOVE,/* A B R[A] := R[B] */ enumerator