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

1234

/freebsd-13-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-13-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-13-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;
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\
83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\
92 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
149 #define FIND_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
153 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
158 #define NEXT_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
162 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
167 #define FIND_OBJECT_INT_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \
170 if ((OID)->len - SUB !
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dascii.h67 #define SUB 26 macro
/freebsd-13-stable/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl69 || SUB B4,8,B4
213 || [B0] SUB B0,1,B0
214 SUB B8,B9,B7 ; lastdiff = tick - lasttick
257 SUB B8,B9,B7 ; lastdiff = tick - lasttick
259 || SUB B0,1,B0
270 || SUB B0,1,B0
272 SUB B8,B9,B8
/freebsd-13-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-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl330 || [B0] SUB B0,1,B0 ; decrement inner loop counter
526 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0
683 || [B0] SUB B0,1,B0 ; decrement inner loop counter
785 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
830 || SUB A0,1,A0
831 || SUB A0,1,B1
834 || [A0] SUB A0,1,A0
835 || SUB B
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm174 [A2] SUB A1:A0,1,A1:A0
201 [!A1] SUB A3,A6,A3 ; hi-=dv
210 [!A1] SUB A3,A6,A3 ; hi-=dv
237 || SUB B0,2,B1 ; N-2, initial ILC
238 || SUB B0,1,B2 ; const B2=N-1
248 || SUB A0,1,A0
273 || [A0] SUB.L A0,1,A0
303 || SUB B0,2,B1 ; first ILC
304 || SUB B0,1,B2 ; const B2=N-1
/freebsd-13-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.c89 { "sub", SUB, SUB },
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp256 ISD::SUB, DL, VT, {CurDAG->getConstant(0, DL, VT), C});
258 SDValue NewNode = CurDAG->getNode(ISD::SUB, DL, VT, X, NegC);
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl635 ||[BSZ] SUB LEN,8,LEN
636 ||[BSZ] SUB BSZ,1,BSZ
657 [BSZ] SUB LEN,8,LEN
658 ||[BSZ] SUB BSZ,1,BSZ
781 || SUB LEN,8,LEN ; len -= 8
783 || SUB A1,1,A1 ; bsz--
823 ||[A0] SUB A0,1,A0
826 ||[A0] SUB A0,1,A0
828 ||[A0] SUB A0,1,A0
831 ||[A0] SUB A
[all...]
/freebsd-13-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-13-stable/usr.sbin/kbdcontrol/
H A Dlex.l107 SUB|sub { number = 26; return TNUM; }
/freebsd-13-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-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl139 || [B0] SUB B0,1,B0
174 || [A0] SUB.S A0,1,A0
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp50 SUB = 0x40000033, enumerator in enum:Op
162 write32le(buf + 4, rtype(SUB, X_T1, X_T1, X_T3));
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl145 ||[A0] SUB $INP,$LEN,$INP ; rewind
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h224 SUB, enumerator in enum:llvm::ISD::NodeType

Completed in 319 milliseconds

1234