Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h202 OP_LE,/* A B C if ((RK(B) <= RK(C)) ~= A) then pc++ */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h274 OP_LE,/* A B k if ((R[A] <= R[B]) ~= k) then pc++ */ enumerator