Searched refs:OP_EQ (Results 1 – 13 of 13) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | filter.h | 33 #define OP_EQ 1 macro
|
H A D | filter.c | 117 tgt->f_srcop = OP_EQ; in ParseIcmp()
|
H A D | ip.c | 153 case OP_EQ: in PortMatch()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 200 OP_EQ,/* A B C if ((RK(B) == RK(C)) ~= A) then pc++ */ enumerator
|
H A D | lcode.c | 758 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 D | lvm.c | 495 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp() 731 vmcase(OP_EQ, in luaV_execute()
|
H A D | ldebug.c | 477 case OP_EQ: tm = TM_EQ; break; in getfuncname()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 272 OP_EQ,/* A B k if ((R[A] == R[B]) ~= k) then pc++ */ enumerator
|
H A D | luac.c | 561 case OP_EQ: in PrintCode()
|
H A D | ldebug.c | 622 case OP_EQ: tm = TM_EQ; break; in funcnamefromcode()
|
H A D | lvm.c | 832 case OP_EQ: { /* note that 'OP_EQI'/'OP_EQK' cannot yield */ in luaV_finishOp() 1609 vmcase(OP_EQ) { in luaV_execute()
|
H A D | lcode.c | 1607 op = OP_EQ; /* will compare two registers */ in codeeq()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon.td | 98 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>;
|