/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 116 $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) 350 $LD r6,`2*$BNSZ`(r4) 368 $LD r6,`3*$BNSZ`(r4) 380 $LD r5,`2*$BNSZ`(r4) [all …]
|
H A D | ppc-mont.pl | 55 $LD= "lwz"; # load 68 $POP= $LD; 76 $LD= "ld"; # load 89 $POP= $LD; 172 $LD $n0,0($n0) ; pull n0[0] value 175 $LD $m0,0($bp) ; m0=bp[0] 176 $LD $aj,0($ap) ; ap[0] 181 $LD $aj,$BNSZ($ap) ; ap[1] 182 $LD $nj,0($np) ; np[0] 191 $LD $nj,$BNSZ($np) ; np[1] [all …]
|
H A D | mips-mont.pl | 84 $LD="ld"; 91 $LD="lw"; 180 $LD $n0,0($n0) 181 $LD $bi,0($bp) # bp[0] 182 $LD $aj,0($ap) # ap[0] 183 $LD $nj,0($np) # np[0] 192 $LD $ahi,$BNSZ($ap) 193 $LD $nhi,$BNSZ($np) 220 $LD $aj,($aj) 221 $LD $nj,($nj) [all …]
|
H A D | mips.pl | 63 $LD="ld"; 78 $LD="lw"; 171 $LD $t0,0($a1) 173 $LD $t1,0($a0) 174 $LD $t2,$BNSZ($a1) 175 $LD $t3,$BNSZ($a0) 176 $LD $ta0,2*$BNSZ($a1) 177 $LD $ta1,2*$BNSZ($a0) 191 $LD $ta2,3*$BNSZ($a1) 192 $LD $ta3,3*$BNSZ($a0) [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | Makefile | 2003 @$(E) " LD " $@ 2009 @$(E) " LD " $@ 2015 @$(E) " LD " $@ 2021 @$(E) " LD " $@ 2027 @$(E) " LD " $@ 2033 @$(E) " LD " $@ 2060 @$(E) " LD " $@ 2064 @$(E) " LD " $@ 2070 @$(E) " LD " $@ 2074 @$(E) " LD " $@ [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-mips.pl | 100 $LD="ld"; # load from memory 115 $LD="lw"; # load from memory 145 ${LD} @X[1],`($i+1)*$SZ`($inp) 147 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp) 148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp) 207 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i] 233 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i] 257 $LD @X[3],`(($i+3)%16)*$SZ`($sp) # prefetch from ring buffer 361 $LD $A,0*$SZ($ctx) # load context 362 $LD $B,1*$SZ($ctx) [all …]
|
H A D | sha512-s390x.pl | 82 $LD="lg"; # load from memory 96 $LD="llgf"; # load from memory 117 $LD $T1,`$i*$SZ`($inp) ### $i 155 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i 156 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp) 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) [all …]
|
H A D | sha512-ppc.pl | 85 $LD="ld"; 97 $LD="lwz"; 163 $LD $t1,`($i+1)*$SZ`($Tbl) 187 $LD $t1,`$i*$SZ`($Tbl) 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) [all …]
|
H A D | sha512-parisc.pl | 71 $LD="ldd"; 83 $LD="ldw"; 285 $LD `0*$SZ`($ctx),$A ; load context 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 [all …]
|
H A D | sha512-sparcv9.pl | 67 $LD="ldx"; # load from memory 93 $LD="ld"; # load from memory 251 $LD [$Ktbl+`$i*$SZ`],$tmp2 ! K[$i] 689 $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 [all …]
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | setenv_android.sh | 77 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 D | Makefile | 1311 @$(E) " LD " $@ 1322 @$(E) " LD " $@ 1385 @$(E) " LD " $@ 1389 @$(E) " LD " $@ 1393 @$(E) " LD " $@
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 308 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument 309 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad() 310 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad() 313 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad() 317 if (LD->getOffset()->getAsZExtVal() != 1) in isValidIndexedLoad() 322 if (LD->getOffset()->getAsZExtVal() != 2) in isValidIndexedLoad() 334 LoadSDNode *LD = cast<LoadSDNode>(N); in tryIndexedLoad() local 335 if (!isValidIndexedLoad(LD)) in tryIndexedLoad() 338 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedLoad() 354 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 42 unsigned selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT, int Bank); 143 const LoadSDNode *LD = cast<LoadSDNode>(N); in selectIndexedLoad() local 144 ISD::MemIndexedMode AM = LD->getAddressingMode(); in selectIndexedLoad() 145 MVT VT = LD->getMemoryVT().getSimpleVT(); in selectIndexedLoad() 149 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad() 157 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad() 182 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad() 189 unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT, in selectIndexedProgMemLoad() argument 192 if (LD->getExtensionType() != ISD::NON_EXTLOAD || in selectIndexedProgMemLoad() 193 LD->getAddressingMode() != ISD::POST_INC) in selectIndexedProgMemLoad() [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | env.cpp | 89 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/contrib/openzfs/config/ |
H A D | config.rpath | 195 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 D | lib-ld.m4 | 13 [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/sys/conf/ |
H A D | kern.mk | 383 .if ${LD} != "ld" && (${CC:[1]:H} != ${LD:[1]:H} || ${LD:[1]:T} != "ld") 388 CCLDFLAGS+= --ld-path=${LD:[1]:S/^ld.//1W} 390 CCLDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W} 397 .if !(${LD:[1]:T} == "ld" && ${CC:tw:M-B${LD:[1]:H}/}) 398 .warning LD (${LD}) is not the default linker for ${CC} but -fuse-ld= is not supported
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFIRPeephole.cpp | 74 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 D | setenv_ios.sh | 203 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 D | Makefile.inc | 45 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o} 51 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o} 57 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o} 79 ${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 165 LocationDiscriminator LD{DIL->getFilename(), LineNo, Discriminator, in runOnMachineFunction() 167 auto &BBMap = LDBM[LD]; in runOnMachineFunction() 173 DiscriminatorCurrPass = R.second ? ++LDCM[LD] : LDCM[LD]; in runOnMachineFunction() 163 LocationDiscriminator LD{DIL->getFilename(), LineNo, Discriminator, runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 235 void combineLoadBitcast(LoadInst *LD, BitCastInst *Bitcast); 245 void X86LowerAMXType::combineLoadBitcast(LoadInst *LD, BitCastInst *Bitcast) { in combineLoadBitcast() argument 254 Value *I8Ptr = LD->getOperand(0); in combineLoadBitcast() 376 LoadInst *LD = dyn_cast<LoadInst>(Src); in visit() local 377 if (!LD) { in visit() 398 combineLoadBitcast(LD, Bitcast); in visit() 400 if (LD->hasOneUse()) in visit() 401 DeadInsts.push_back(LD); in visit() 717 bool combineLoadCast(IntrinsicInst *Cast, LoadInst *LD); 955 bool X86LowerAMXCast::combineLoadCast(IntrinsicInst *Cast, LoadInst *LD) { in combineLoadCast() argument [all …]
|
/freebsd/contrib/bearssl/mk/ |
H A D | mkrules.sh | 536 \$(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 D | e_powl.c | 103 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()
|