Searched refs:OP_LT (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | filter.h | 35 #define OP_LT 3 macro
|
H A D | ip.c | 157 case OP_LT: in PortMatch()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 201 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
|
H A D | lvm.c | 495 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp() 741 vmcase(OP_LT, in luaV_execute()
|
H A D | ldebug.c | 486 case OP_LT: tm = TM_LT; break; in getfuncname()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 273 OP_LT,/* A B k if ((R[A] < R[B]) ~= k) then pc++ */ enumerator
|
H A D | luac.c | 564 case OP_LT: in PrintCode()
|
H A D | ldebug.c | 624 case OP_LT: case OP_LTI: case OP_GTI: tm = TM_LT; break; in funcnamefromcode()
|
H A D | lvm.c | 829 case OP_LT: case OP_LE: in luaV_finishOp() 1617 vmcase(OP_LT) { in luaV_execute()
|
H A D | lcode.c | 1576 op = binopr2op(opr, OPR_LT, OP_LT); in codeorder()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon.td | 102 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>;
|