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 | 202 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
|
| H A D | lvm.c | 496 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp() 742 vmcase(OP_LT, in luaV_execute()
|
| H A D | ldebug.c | 487 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 | 650 case OP_LT: case OP_LTI: case OP_GTI: tm = TM_LT; break; in funcnamefromcode()
|
| H A D | lvm.c | 837 case OP_LT: case OP_LE: in luaV_finishOp() 1618 vmcase(OP_LT) { in luaV_execute()
|
| H A D | lcode.c | 1580 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<(bitcast "R", (op "<", $p0, $p1))>; 351 def VCLT : SOpInst<"vclt", "U..", "csifUcUsUiQcQsQiQfQUcQUsQUi", OP_LT>; 925 def CFMLT : SOpInst<"vclt", "U..", "lUldQdQlQUl", OP_LT>; 1727 def VCLTH : SOpInst<"vclt", "U..", "hQh", OP_LT>;
|