Home
last modified time | relevance | path

Searched refs:OP_EQ (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dfilter.h33 #define OP_EQ 1 macro
H A Dfilter.c117 tgt->f_srcop = OP_EQ; in ParseIcmp()
H A Dip.c153 case OP_EQ: in PortMatch()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h200 OP_EQ,/* A B C if ((RK(B) == RK(C)) ~= A) then pc++ */ enumerator
H A Dlcode.c758 if (cond == 0 && op != OP_EQ) { in codecomp()
856 codecomp(fs, cast(OpCode, op - OPR_EQ + OP_EQ), 1, e1, e2); in luaK_posfix()
860 codecomp(fs, cast(OpCode, op - OPR_NE + OP_EQ), 0, e1, e2); in luaK_posfix()
H A Dlvm.c495 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp()
731 vmcase(OP_EQ, in luaV_execute()
H A Dldebug.c477 case OP_EQ: tm = TM_EQ; break; in getfuncname()
/freebsd/contrib/lua/src/
H A Dlopcodes.h272 OP_EQ,/* A B k if ((R[A] == R[B]) ~= k) then pc++ */ enumerator
H A Dluac.c561 case OP_EQ: in PrintCode()
H A Dldebug.c622 case OP_EQ: tm = TM_EQ; break; in funcnamefromcode()
H A Dlvm.c832 case OP_EQ: { /* note that 'OP_EQI'/'OP_EQK' cannot yield */ in luaV_finishOp()
1609 vmcase(OP_EQ) { in luaV_execute()
H A Dlcode.c1607 op = OP_EQ; /* will compare two registers */ in codeeq()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td98 def OP_EQ : Op<(cast "R", (op "==", $p0, $p1))>;
349 def VCEQ : IOpInst<"vceq", "U..", "csifUcUsUiPcQcQsQiQfQUcQUsQUiQPc", OP_EQ>;
864 def CFMEQ : SOpInst<"vceq", "U..", "lUldQdQlQUlPlQPl", OP_EQ>;
1713 def VCEQH : SOpInst<"vceq", "U..", "hQh", OP_EQ>;