Searched refs:SUB (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dquote_calc.tab.h7 #define SUB 260 macro
H A Dquote_calc2.tab.h7 #define SUB 260 macro
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dquote_calc.tab.h4 #define SUB 260 macro
H A Dquote_calc2.tab.h4 #define SUB 260 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h25 SUB = 0x02, enumerator in enum:llvm::LPAC::AluCode
82 case SUB:
107 .Case("sub", SUB)
124 case ISD::SUB:
125 return AluCode::SUB;
H A DLanaiRegisterInfo.cpp214 // LPAC::SUB with the already negated offset.
217 MI.getOperand(3).setImm(LPAC::SUB);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h107 #define FIND_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
111 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
116 #define NEXT_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
120 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
125 #define FIND_OBJECT_INT_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
128 if ((OID)->len - SUB != 1) \
132 if ((OID)->subs[SUB] == (asn_subid_t)_lelem->INDEX)\
137 #define NEXT_OBJECT_INT_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
140 if ((OID)->len - SUB == 0) \
144 if ((OID)->subs[SUB] < (asn_subid_
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h67 #define SUB 26 macro
/freebsd-11-stable/contrib/gcc/
H A Dtree-data-ref.h192 #define SUB_CONFLICTS_IN_A(SUB) SUB->conflicting_iterations_in_a
193 #define SUB_CONFLICTS_IN_B(SUB) SUB->conflicting_iterations_in_b
194 #define SUB_LAST_CONFLICT(SUB) SUB->last_conflict
195 #define SUB_DISTANCE(SUB) SUB->distance
H A Dgcov-io.h363 /* Return nonzero if SUB is an immediate subtag of TAG. */
364 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \
365 (GCOV_TAG_MASK (TAG) >> 8 == GCOV_TAG_MASK (SUB) \
366 && !(((SUB) ^ (TAG)) & ~GCOV_TAG_MASK(TAG)))
368 /* Return nonzero if SUB is at a sublevel to TAG. */
369 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \
370 (GCOV_TAG_MASK (TAG) > GCOV_TAG_MASK (SUB))
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y43 %token SUB
109 %right SUB SUP
184 | simple SUB nonsup
186 | simple SUB simple SUP script
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp91 if (Addr.getOpcode() != ISD::ADD && Addr.getOpcode() != ISD::SUB &&
107 if (Addr.getOpcode() == ISD::SUB)
136 if (Addr.getOpcode() == ISD::SUB)
/freebsd-11-stable/contrib/one-true-awk/
H A Dmaketab.c55 { SUB, "sub", "sub" },
H A Dawkgram.y56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
348 SUB | GSUB
H A Dlex.c84 { "sub", SUB, SUB },
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_demo.y22 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF };
173 | expr '-' expr($e) { $$ = build_expr($1, SUB, $3); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp256 ISD::SUB, DL, VT, CurDAG->getConstant(0, DL, VT).getNode(), C.getNode());
258 SDValue NewNode = CurDAG->getNode(ISD::SUB, DL, VT, X, NegC);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
687 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
698 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
699 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
719 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
720 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
774 SUB %r23,%r7,%r23 ;offset 0x930
776 SUB %r4,%r31,%r25 ;offset 0x934
782 SUB %r31,%r2,%r31 ;offset 0x94c
797 SUB
[all...]
H A Dpa-risc2W.s675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
676 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
687 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
688 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
708 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
709 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
781 SUB %r4,%r3,%r4 ; h -= d
836 SUB %r23,%r8,%r23
838 SUB %r4,%r31,%r25
844 SUB
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l107 SUB|sub { number = 26; return TNUM; }
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S109 exp = SUB(exp, k)
210 exp = SUB(exp, k)
H A Dfastmath_dlib_asm.S122 exp = SUB(exp, k)
257 exp = SUB(exp, k)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp79 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB &&
88 if (N.getOpcode() == ISD::SUB) {
239 if (Op->getOpcode() == ISD::ADD || Op->getOpcode() == ISD::SUB) {
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp50 SUB = 0x40000033, enumerator in enum:lld::elf::Op
161 write32le(buf + 4, rtype(SUB, X_T1, X_T1, X_T3));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h202 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator in enum:llvm::ISD::NodeType

Completed in 142 milliseconds

1234