Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h193 OP_UNM,/* A B R(A) := -R(B) */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h262 OP_UNM,/* A B R[A] := -R[B] */ enumerator