Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h192 OP_POW,/* A B C R(A) := RK(B) ^ RK(C) */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h248 OP_POW,/* A B C R[A] := R[B] ^ R[C] */ enumerator