Home
last modified time | relevance | path

Searched refs:OP_LT (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dfilter.h35 #define OP_LT 3 macro
H A Dip.c157 case OP_LT: in PortMatch()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h201 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
H A Dlvm.c495 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp()
741 vmcase(OP_LT, in luaV_execute()
H A Dldebug.c486 case OP_LT: tm = TM_LT; break; in getfuncname()
/freebsd/contrib/lua/src/
H A Dlopcodes.h273 OP_LT,/* A B k if ((R[A] < R[B]) ~= k) then pc++ */ enumerator
H A Dluac.c564 case OP_LT: in PrintCode()
H A Dldebug.c624 case OP_LT: case OP_LTI: case OP_GTI: tm = TM_LT; break; in funcnamefromcode()
H A Dlvm.c829 case OP_LT: case OP_LE: in luaV_finishOp()
1617 vmcase(OP_LT) { in luaV_execute()
H A Dlcode.c1576 op = binopr2op(opr, OPR_LT, OP_LT); in codeorder()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td102 def OP_LT : Op<(cast "R", (op "<", $p0, $p1))>;
355 def VCLT : SOpInst<"vclt", "U..", "csifUcUsUiQcQsQiQfQUcQUsQUi", OP_LT>;
868 def CFMLT : SOpInst<"vclt", "U..", "lUldQdQlQUl", OP_LT>;
1719 def VCLTH : SOpInst<"vclt", "U..", "hQh", OP_LT>;