/external/openssl/crypto/bn/asm/ |
D | ppc.pl | 110 $LD= "lwz"; # load 134 $LD= "ld"; # load 287 $LD r5,`0*$BNSZ`(r4) 296 $LD r6,`1*$BNSZ`(r4) 317 $LD r6,`2*$BNSZ`(r4) 330 $LD r6,`3*$BNSZ`(r4) 341 $LD r5,`1*$BNSZ`(r4) 342 $LD r6,`2*$BNSZ`(r4) 360 $LD r6,`3*$BNSZ`(r4) 372 $LD r5,`2*$BNSZ`(r4) [all …]
|
D | ppc-mont.pl | 36 $LD= "lwz"; # load 48 $POP= $LD; 57 $LD= "ld"; # load 69 $POP= $LD; 141 $LD $n0,0($n0) ; pull n0[0] value 144 $LD $m0,0($bp) ; m0=bp[0] 145 $LD $aj,0($ap) ; ap[0] 150 $LD $aj,$BNSZ($ap) ; ap[1] 151 $LD $nj,0($np) ; np[0] 160 $LD $nj,$BNSZ($np) ; np[1] [all …]
|
/external/openssl/crypto/sha/asm/ |
D | sha512-ppc.pl | 72 $LD="ld"; 84 $LD="lwz"; 123 $LD $T,`$i*$SZ`($Tbl) 210 $LD $A,`0*$SZ`($ctx) 212 $LD $B,`1*$SZ`($ctx) 213 $LD $C,`2*$SZ`($ctx) 214 $LD $D,`3*$SZ`($ctx) 215 $LD $E,`4*$SZ`($ctx) 216 $LD $F,`5*$SZ`($ctx) 217 $LD $G,`6*$SZ`($ctx) [all …]
|
D | sha512-s390x.pl | 53 $LD="lg"; # load from memory 67 $LD="llgf"; # load from memory 87 $LD $T1,`$i*$SZ`($inp) ### $i 125 $LD $T1,`160+$SZ*(($i+1)%16)`($sp) ### $i 126 $LD $t1,`160+$SZ*(($i+14)%16)`($sp) 247 $LD $A,`0*$SZ`($ctx) 248 $LD $B,`1*$SZ`($ctx) 249 $LD $C,`2*$SZ`($ctx) 250 $LD $D,`3*$SZ`($ctx) 251 $LD $E,`4*$SZ`($ctx) [all …]
|
D | sha512-sparcv9.pl | 56 $LD="ldx"; # load from memory 82 $LD="ld"; # load from memory 239 $LD [$Ktbl+`$i*$SZ`],$tmp2 ! K[$i] 477 $LD [$ctx+`0*$SZ`],$A 478 $LD [$ctx+`1*$SZ`],$B 479 $LD [$ctx+`2*$SZ`],$C 480 $LD [$ctx+`3*$SZ`],$D 481 $LD [$ctx+`4*$SZ`],$E 482 $LD [$ctx+`5*$SZ`],$F 483 $LD [$ctx+`6*$SZ`],$G [all …]
|
/external/jpeg/ |
D | ltconfig | 96 old_LD="$LD" 657 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 667 if test -n "$LD"; then 668 echo "$ac_t$LD" 1>&6 673 if test -z "$LD"; then 680 echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6 682 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6 718 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 735 …archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$LD -o $objdir/$s… [all …]
|
/external/elfutils/m4/ |
D | lib-ld.m4 | 15 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, 17 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 25 dnl From libtool-1.4. Sets the variable LD. 52 test -z "$LD" && LD="$ac_prog" 69 [if test -z "$LD"; then 87 acl_cv_path_LD="$LD" # Let the user override the test with a path. 89 LD="$acl_cv_path_LD" 90 if test -n "$LD"; then 91 AC_MSG_RESULT($LD) 95 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
/external/bison/m4/ |
D | lib-ld_gl.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 24 dnl From libtool-1.4. Sets the variable LD. 64 test -z "$LD" && LD="$ac_prog" 81 [if test -z "$LD"; then 100 acl_cv_path_LD="$LD" # Let the user override the test with a path. 102 LD="$acl_cv_path_LD" 103 if test -n "$LD"; then 104 AC_MSG_RESULT($LD) 108 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
/external/libpng/contrib/gregbook/ |
D | Makefile.unx | 65 LD = gcc 103 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSs) 106 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSd) 109 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSs) 112 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSd) 115 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSs) 118 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSd)
|
D | Makefile.mingw32 | 48 LD = $(CC) 99 $(LD) $(LDFLAGS) -o $@ $(ROBJSs) $(RLIBSs) 102 $(LD) $(LDFLAGS) -o $@ $(ROBJSd) $(RLIBSd) 105 $(LD) $(LDFLAGS) -o $@ $(ROBJS2s) $(RLIBSs) 108 $(LD) $(LDFLAGS) -o $@ $(ROBJS2d) $(RLIBSd) 111 $(LD) $(LDFLAGS) -o $@ $(WOBJSs) $(WLIBSs) 114 $(LD) $(LDFLAGS) -o $@ $(WOBJSd) $(WLIBSd)
|
D | Makefile.sgi | 53 LD = cc 84 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBS) 87 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBS) 90 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBS)
|
D | Makefile.w32 | 54 LD = link 87 $(LD) $(RLDFLAGS) -out:$@ $(ROBJS) $(RLIBS) 90 $(LD) $(RLDFLAGS) -out:$@ $(ROBJS2) $(RLIBS) 93 $(LD) $(WLDFLAGS) -out:$@ $(WOBJS) $(WLIBS)
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 302 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument 303 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad() 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad() 307 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad() 312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad() 318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad() 330 LoadSDNode *LD = cast<LoadSDNode>(N); in SelectIndexedLoad() local 331 if (!isValidIndexedLoad(LD)) in SelectIndexedLoad() 334 MVT VT = LD->getMemoryVT().getSimpleVT(); in SelectIndexedLoad() 350 LD->getBasePtr(), LD->getChain()); in SelectIndexedLoad() [all …]
|
/external/qemu/android/build/ |
D | common.sh | 216 LD=$MINGW32_CC 279 if [ -z "$LD" ] ; then 280 LD=$CC 284 OLD_LD=$LD 285 LD=gcc 289 LD=$OLD_LD 295 log "LD : linker check ok ($LD)" 316 log2 "Link : $LD -o $TMPE $TMPO $LDFLAGS" 317 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL 547 echo "LD := $LD" >> $config_mk
|
/external/libpng/contrib/pngminus/ |
D | makefile.std | 6 LD=$(CC) 43 $(LD) -o png2pnm$(E) png2pnm$(O) $(LDFLAGS) -lm 46 $(LD) -o png2pnm-static$(E) png2pnm$(O) $(LDFLAGSS) -lm 52 $(LD) -o pnm2png$(E) pnm2png$(O) $(LDFLAGS) -lm 55 $(LD) -o pnm2png-static$(E) pnm2png$(O) $(LDFLAGSS) -lm
|
D | makefile.tc3 | 5 LD=tcc -Lc:\tc3\lib 25 $(LD) $(LDFLAGS) png2pnm$(O) libpng$(L) zlib$(L) 31 $(LD) $(LDFLAGS) pnm2png$(O) libpng$(L) zlib$(L)
|
/external/bison/build-aux/ |
D | config.rpath | 176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 206 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 215 case `$LD -v 2>&1` in 220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 540 case $LD in
|
/external/sonivox/arm-fm-22k/host_src/ |
D | arm-fm-22k.mak | 5 # Set the paths to the tools (CC, AR, LD, etc.) 12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro 24 $(LD) -o $@ $(OBJS) libarm-fm-22k.a -lm
|
/external/sonivox/arm-hybrid-22k/host_src/ |
D | arm-hybrid-22k.mak | 5 # Set the paths to the tools (CC, AR, LD, etc.) 12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro 24 $(LD) -o $@ $(OBJS) libarm-hybrid-22k.a -lm
|
/external/zlib/win32/ |
D | Makefile.msc | 22 LD = link 47 $(LD) $(LDFLAGS) -def:win32/zlib.def -dll -implib:$(IMPLIB) \ 53 $(LD) $(LDFLAGS) example.obj $(STATICLIB) 58 $(LD) $(LDFLAGS) minigzip.obj $(STATICLIB) 63 $(LD) $(LDFLAGS) -out:$@ example.obj $(IMPLIB) 68 $(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
|
D | Makefile.gcc | 46 LD = $(CC) 96 $(LD) $(LDFLAGS) -o $@ example.o $(STATICLIB) 100 $(LD) $(LDFLAGS) -o $@ minigzip.o $(STATICLIB) 104 $(LD) $(LDFLAGS) -o $@ example.o $(IMPLIB) 108 $(LD) $(LDFLAGS) -o $@ minigzip.o $(IMPLIB)
|
/external/valgrind/unittest/ |
D | Makefile | 91 ${LD} ${LDFLAGS} $^ $(LIBS) $(LINKO)$@ 111 ${LD} ${LDFLAGS} $^ $(LIBS) $(LINKO)$@ 115 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@ 119 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@ 122 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@ 126 ${LD} $(LDFLAGS) $^ $(LIBS) $(LINKO)$@
|
/external/clang/test/CodeGenObjC/ |
D | arc-unopt.m | 10 // CHECK: [[LD:%.*]] = load [[TEST0:%.*]]** @test0_helper 11 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST0]]* [[LD]] to i8* 21 // CHECK: [[LD:%.*]] = load i8** @test1_helper 22 // CHECK-NEXT: [[T0:%.*]] = call i8* @objc_retainAutoreleaseReturnValue(i8* [[LD]])
|
/external/sonivox/arm-wt-22k/host_src/ |
D | arm-wt-22k.mak | 5 # Set the paths to the tools (CC, AR, LD, etc.) 12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro 24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
|
/external/bison/djgpp/ |
D | config.site | 75 LD=${LD='ld'}
|