Searched refs:OP_EQ (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | filter.h | 35 #define OP_EQ 1 macro
|
| D | filter.c | 119 tgt->f_srcop = OP_EQ; in ParseIcmp()
|
| D | ip.c | 155 case OP_EQ: in PortMatch()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lopcodes.h | 200 OP_EQ,/* A B C if ((RK(B) == RK(C)) ~= A) then pc++ */ enumerator
|
| D | lcode.c | 756 if (cond == 0 && op != OP_EQ) { in codecomp() 854 codecomp(fs, cast(OpCode, op - OPR_EQ + OP_EQ), 1, e1, e2); in luaK_posfix() 858 codecomp(fs, cast(OpCode, op - OPR_NE + OP_EQ), 0, e1, e2); in luaK_posfix()
|
| D | lvm.c | 495 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp() 731 vmcase(OP_EQ, in luaV_execute()
|
| D | ldebug.c | 478 case OP_EQ: tm = TM_EQ; break; in getfuncname()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lopcodes.h | 209 OP_EQ,/* A B C if ((RK(B) == RK(C)) ~= A) then pc++ */ enumerator
|
| D | lcode.c | 1044 e1->u.info = condjump(fs, OP_EQ, 0, rk1, rk2); in codecomp() 1049 OpCode op = cast(OpCode, (opr - OPR_NE) + OP_EQ); in codecomp() 1054 OpCode op = cast(OpCode, (opr - OPR_EQ) + OP_EQ); in codecomp()
|
| D | luac.c | 360 case OP_EQ: in PrintCode()
|
| D | lvm.c | 670 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp() 1084 vmcase(OP_EQ) { in luaV_execute()
|
| D | ldebug.c | 528 case OP_EQ: tm = TM_EQ; break; in funcnamefromcode()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | arm_neon.td | 100 def OP_EQ : Op<(cast "R", (op "==", $p0, $p1))>; 351 def VCEQ : IOpInst<"vceq", "U..", "csifUcUsUiPcQcQsQiQfQUcQUsQUiQPc", OP_EQ>; 866 def CFMEQ : SOpInst<"vceq", "U..", "lUldQdQlQUlPlQPl", OP_EQ>; 1708 def VCEQH : SOpInst<"vceq", "U..", "hQh", OP_EQ>;
|