Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dppc.pl116 $LD= "lwz"; # load
140 $LD= "ld"; # load
295 $LD r5,`0*$BNSZ`(r4)
304 $LD r6,`1*$BNSZ`(r4)
325 $LD r6,`2*$BNSZ`(r4)
338 $LD r6,`3*$BNSZ`(r4)
349 $LD r5,`1*$BNSZ`(r4)
855 $LD r6,`0*$BNSZ`(r4)
856 $LD r7,`0*$BNSZ`(r5)
861 $LD r7,`1*$BNSZ`(r5)
[all …]
H A Dppc-mont.pl55 $LD= "lwz"; # load
68 $POP= $LD;
76 $LD= "ld"; # load
89 $POP= $LD;
176 $LD $aj,0($ap) ; ap[0]
182 $LD $nj,0($np) ; np[0]
238 $LD $aj,0($ap) ; ap[0]
244 $LD $nj,0($np) ; np[0]
423 $LD $n0,0($n0) # *n0
433 $LD $a1,$SIZE_T*2($ap)
[all …]
H A Dmips-mont.pl84 $LD="ld";
91 $LD="lw";
220 $LD $aj,($aj)
221 $LD $nj,($nj)
269 $LD $bi,($bi)
270 $LD $aj,($ap)
272 $LD $tj,($sp)
275 $LD $nj,($np)
308 $LD $aj,($aj)
309 $LD $nj,($nj)
[all …]
H A Dmips.pl63 $LD="ld";
78 $LD="lw";
171 $LD $t0,0($a1)
173 $LD $t1,0($a0)
237 $LD $t0,0($a1)
239 $LD $t1,0($a0)
330 $LD $t0,0($a1)
377 $LD $t0,0($a1)
458 $LD $t0,0($a1)
499 $LD $t0,0($a1)
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DMakefile1889 @$(E) " LD " $@
1895 @$(E) " LD " $@
1901 @$(E) " LD " $@
1907 @$(E) " LD " $@
1913 @$(E) " LD " $@
1919 @$(E) " LD " $@
1946 @$(E) " LD " $@
1950 @$(E) " LD " $@
1956 @$(E) " LD " $@
1960 @$(E) " LD " $@
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl362 $LD $B,1*$SZ($ctx)
363 $LD $C,2*$SZ($ctx)
364 $LD $D,3*$SZ($ctx)
365 $LD $E,4*$SZ($ctx)
366 $LD $F,5*$SZ($ctx)
367 $LD $G,6*$SZ($ctx)
368 $LD $H,7*$SZ($ctx)
377 ${LD} @X[0],($inp)
400 $LD @X[0],0*$SZ($ctx)
401 $LD @X[1],1*$SZ($ctx)
[all …]
H A Dsha512-s390x.pl82 $LD="lg"; # load from memory
96 $LD="llgf"; # load from memory
117 $LD $T1,`$i*$SZ`($inp) ### $i
273 $LD $A,`0*$SZ`($ctx)
274 $LD $B,`1*$SZ`($ctx)
275 $LD $C,`2*$SZ`($ctx)
276 $LD $D,`3*$SZ`($ctx)
277 $LD $E,`4*$SZ`($ctx)
278 $LD $F,`5*$SZ`($ctx)
279 $LD $G,`6*$SZ`($ctx)
[all …]
H A Dsha512-ppc.pl85 $LD="ld";
97 $LD="lwz";
230 $LD $A,`0*$SZ`($ctx)
232 $LD $B,`1*$SZ`($ctx)
233 $LD $C,`2*$SZ`($ctx)
234 $LD $D,`3*$SZ`($ctx)
235 $LD $E,`4*$SZ`($ctx)
236 $LD $F,`5*$SZ`($ctx)
237 $LD $G,`6*$SZ`($ctx)
238 $LD $H,`7*$SZ`($ctx)
[all …]
H A Dsha512-parisc.pl71 $LD="ldd";
83 $LD="ldw";
286 $LD `1*$SZ`($ctx),$B
287 $LD `2*$SZ`($ctx),$C
288 $LD `3*$SZ`($ctx),$D
289 $LD `4*$SZ`($ctx),$E
290 $LD `5*$SZ`($ctx),$F
291 $LD `6*$SZ`($ctx),$G
292 $LD `7*$SZ`($ctx),$H
334 $LD `1*$SZ`($ctx),@X[1]
[all …]
H A Dsha512-sparcv9.pl689 $LD [$ctx+`0*$SZ`],$A
690 $LD [$ctx+`1*$SZ`],$B
691 $LD [$ctx+`2*$SZ`],$C
692 $LD [$ctx+`3*$SZ`],$D
693 $LD [$ctx+`4*$SZ`],$E
694 $LD [$ctx+`5*$SZ`],$F
695 $LD [$ctx+`6*$SZ`],$G
696 $LD [$ctx+`7*$SZ`],$H
711 $LD [$ctx+`0*$SZ`],@X[0]
712 $LD [$ctx+`1*$SZ`],@X[1]
[all …]
/freebsd/contrib/unbound/contrib/android/
H A Dsetenv_android.sh77 LD="arm-linux-androideabi-ld"
90 LD="aarch64-linux-android-ld"
103 LD="i686-linux-android-ld"
116 LD="x86_64-linux-android-ld"
165 if [ ! -e "$ANDROID_TOOLCHAIN/$LD" ]; then
180 export CPP CC CXX LD AS AR RANLIB STRIP
193 echo "LD: $(command -v "$LD")"
/freebsd/contrib/wpa/hostapd/
H A DMakefile1285 @$(E) " LD " $@
1296 @$(E) " LD " $@
1359 @$(E) " LD " $@
1363 @$(E) " LD " $@
1367 @$(E) " LD " $@
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp307 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad()
311 if (LD->getOffset()->getAsZExtVal() != 1) in isValidIndexedLoad()
316 if (LD->getOffset()->getAsZExtVal() != 2) in isValidIndexedLoad()
328 LoadSDNode *LD = cast<LoadSDNode>(N); in tryIndexedLoad() local
329 if (!isValidIndexedLoad(LD)) in tryIndexedLoad()
332 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedLoad()
348 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad()
357 LoadSDNode *LD = cast<LoadSDNode>(N1); in tryIndexedBinOp() local
358 if (!isValidIndexedLoad(LD)) in tryIndexedBinOp()
361 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedBinOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp132 const LoadSDNode *LD = cast<LoadSDNode>(N); in selectIndexedLoad() local
133 ISD::MemIndexedMode AM = LD->getAddressingMode(); in selectIndexedLoad()
134 MVT VT = LD->getMemoryVT().getSimpleVT(); in selectIndexedLoad()
171 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad()
181 if (LD->getExtensionType() != ISD::NON_EXTLOAD || in selectIndexedProgMemLoad()
182 LD->getAddressingMode() != ISD::POST_INC) in selectIndexedProgMemLoad()
358 const LoadSDNode *LD = cast<LoadSDNode>(N); in select() local
359 if (!AVR::isProgramMemoryAccess(LD)) { in select()
375 MVT VT = LD->getMemoryVT().getSimpleVT(); in select()
376 SDValue Chain = LD->getChain(); in select()
[all …]
/freebsd/contrib/kyua/utils/
H A Denv.cpp89 LD(F("Environment variable '%s' is not defined") % name); in getenv()
92 LD(F("Environment variable '%s' is '%s'") % name % value); in getenv()
110 LD(F("Environment variable '%s' is not defined; using default '%s'") % in getenv_with_default()
114 LD(F("Environment variable '%s' is '%s'") % name % value); in getenv_with_default()
152 LD(F("Setting environment variable '%s' to '%s'") % name % val); in setenv()
182 LD(F("Unsetting environment variable '%s'") % name); in unsetenv()
/freebsd/sys/conf/
H A Dkern.mk296 .if ${LD} != "ld" && (${CC:[1]:H} != ${LD:[1]:H} || ${LD:[1]:T} != "ld")
301 CCLDFLAGS+= --ld-path=${LD:[1]:S/^ld.//1W}
303 CCLDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W}
310 .if !(${LD:[1]:T} == "ld" && ${CC:tw:M-B${LD:[1]:H}/})
311 .warning LD (${LD}) is not the default linker for ${CC} but -fuse-ld= is not supported
/freebsd/sys/contrib/openzfs/config/
H A Dconfig.rpath195 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
205 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
218 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
227 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
229 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
236 case `$LD -v 2>&1` in
241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
253 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
583 case $LD in
H A Dlib-ld.m413 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
15 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-2.4. Sets the variable LD.
50 if test -n "$LD"; then
59 if test -n "$LD"; then
159 LD="$acl_cv_path_LD"
161 if test -n "$LD"; then
162 AC_MSG_RESULT([$LD])
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFIRPeephole.cpp74 if (auto *LD = dyn_cast<LoadInst>(&I)) { in BPFIRPeepholeImpl() local
75 if (!LD->hasOneUser()) in BPFIRPeepholeImpl()
77 auto *II = dyn_cast<IntrinsicInst>(*LD->user_begin()); in BPFIRPeepholeImpl()
/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh203 CPP=cpp; CC=clang; CXX=clang++; LD=ld
237 if [ ! -e "$XCODE_TOOLCHAIN/$LD" ]; then
252 export CPP CC CXX LD AS AR RANLIB STRIP
264 echo "LD: $(command -v "$LD")"
/freebsd/lib/csu/
H A DMakefile.inc44 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
50 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
56 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
78 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp165 LocationDiscriminator LD{DIL->getFilename(), LineNo, Discriminator, in runOnMachineFunction() local
167 auto &BBMap = LDBM[LD]; in runOnMachineFunction()
173 DiscriminatorCurrPass = R.second ? ++LDCM[LD] : LDCM[LD]; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp247 Value *I8Ptr = LD->getOperand(0); in combineLoadBitcast()
369 LoadInst *LD = dyn_cast<LoadInst>(Src); in visit() local
370 if (!LD) { in visit()
391 combineLoadBitcast(LD, Bitcast); in visit()
393 if (LD->hasOneUse()) in visit()
394 DeadInsts.push_back(LD); in visit()
711 bool combineLoadCast(IntrinsicInst *Cast, LoadInst *LD);
960 IRBuilder<> Builder(LD); in combineLoadCast()
969 if (!DT->dominates(Row, LD) || !DT->dominates(Col, LD)) { in combineLoadCast()
973 Builder.SetInsertPoint(&*std::next(LD->getIterator())); in combineLoadCast()
[all …]
/freebsd/contrib/bearssl/mk/
H A Dmkrules.sh536 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(BRSSL) \$(OBJBRSSL) \$(BEARSSLLIB)
539 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(TESTCRYPTO) \$(OBJTESTCRYPTO) \$(BEARSSLLIB)
542 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(TESTSPEED) \$(OBJTESTSPEED) \$(BEARSSLLIB)
545 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(TESTX509) \$(OBJTESTX509) \$(BEARSSLLIB)
/freebsd/lib/msun/ld128/
H A De_powl.c103 static const long double LD[] = variable
331 v = LD[0] + s2 * (LD[1] + s2 * (LD[2] + s2 * (LD[3] + s2 * (LD[4] + s2)))); in powl()

12345678910>>...19