Home
last modified time | relevance | path

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

12345678910>>...12

/external/openssl/crypto/bn/asm/
Dppc.pl110 $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 …]
Dppc-mont.pl36 $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/
Dsha512-ppc.pl72 $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 …]
Dsha512-s390x.pl53 $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 …]
Dsha512-sparcv9.pl56 $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/
Dltconfig96 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/
Dlib-ld.m415 [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/
Dlib-ld_gl.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
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/
DMakefile.unx65 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)
DMakefile.mingw3248 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)
DMakefile.sgi53 LD = cc
84 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBS)
87 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBS)
90 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBS)
DMakefile.w3254 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/
DMSP430ISelDAGToDAG.cpp302 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/
Dcommon.sh216 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/
Dmakefile.std6 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
Dmakefile.tc35 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/
Dconfig.rpath176 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/
Darm-fm-22k.mak5 # 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/
Darm-hybrid-22k.mak5 # 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/
DMakefile.msc22 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)
DMakefile.gcc46 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/
DMakefile91 ${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/
Darc-unopt.m10 // 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/
Darm-wt-22k.mak5 # 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/
Dconfig.site75 LD=${LD='ld'}

12345678910>>...12