Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h205 OP_TESTSET,/* A B C if (R(B) <=> C) then R(A) := R(B) else pc++ */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h284 OP_TESTSET,/* A B k if (not R[B] == k) then pc++ else R[A] := R[B] (*) */ enumerator