Home
last modified time | relevance | path

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

1234567891011

/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 …]
Dmips-mont.pl74 $LD="ld";
81 $LD="lw";
168 $LD $n0,0($n0)
169 $LD $bi,0($bp) # bp[0]
170 $LD $aj,0($ap) # ap[0]
171 $LD $nj,0($np) # np[0]
180 $LD $alo,$BNSZ($ap)
181 $LD $nlo,$BNSZ($np)
208 $LD $aj,($aj)
209 $LD $nj,($nj)
[all …]
Dppc-mont.pl35 $LD= "lwz"; # load
47 $POP= $LD;
55 $LD= "ld"; # load
67 $POP= $LD;
148 $LD $n0,0($n0) ; pull n0[0] value
151 $LD $m0,0($bp) ; m0=bp[0]
152 $LD $aj,0($ap) ; ap[0]
157 $LD $aj,$BNSZ($ap) ; ap[1]
158 $LD $nj,0($np) ; np[0]
167 $LD $nj,$BNSZ($np) ; np[1]
[all …]
Dmips.pl56 $LD="ld";
71 $LD="lw";
143 $LD $t0,0($a1)
148 $LD $t1,0($a0)
149 $LD $t2,$BNSZ($a1)
150 $LD $t3,$BNSZ($a0)
151 $LD $ta0,2*$BNSZ($a1)
152 $LD $ta1,2*$BNSZ($a0)
166 $LD $ta2,3*$BNSZ($a1)
167 $LD $ta3,3*$BNSZ($a0)
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp78 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl);
79 SDNode *SelectIndexedLoad(LoadSDNode *LD, DebugLoc dl);
80 SDNode *SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode,
82 SDNode *SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode,
297 SDNode *HexagonDAGToDAGISel::SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl) { in SelectBaseOffsetLoad() argument
298 SDValue Chain = LD->getChain(); in SelectBaseOffsetLoad()
299 SDNode* Const32 = LD->getBasePtr().getNode(); in SelectBaseOffsetLoad()
303 ISD::isNormalLoad(LD)) { in SelectBaseOffsetLoad()
305 EVT LoadedVT = LD->getMemoryVT(); in SelectBaseOffsetLoad()
326 LD->getValueType(0), in SelectBaseOffsetLoad()
[all …]
/external/openssl/crypto/sha/asm/
Dsha512-mips.pl81 $LD="ld"; # load from memory
95 $LD="lw"; # load from memory
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
176 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
201 $LD @X[3],`(($i+3)%16)*$SZ`($sp) # prefetch from ring buffer
293 $LD $A,0*$SZ($ctx) # load context
294 $LD $B,1*$SZ($ctx)
295 $LD $C,2*$SZ($ctx)
296 $LD $D,3*$SZ($ctx)
[all …]
Dsha512-ppc.pl74 $LD="ld";
86 $LD="lwz";
126 $LD $T,`$i*$SZ`($Tbl)
213 $LD $A,`0*$SZ`($ctx)
215 $LD $B,`1*$SZ`($ctx)
216 $LD $C,`2*$SZ`($ctx)
217 $LD $D,`3*$SZ`($ctx)
218 $LD $E,`4*$SZ`($ctx)
219 $LD $F,`5*$SZ`($ctx)
220 $LD $G,`6*$SZ`($ctx)
[all …]
Dsha512-s390x.pl73 $LD="lg"; # load from memory
87 $LD="llgf"; # load from memory
108 $LD $T1,`$i*$SZ`($inp) ### $i
146 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
147 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
268 $LD $A,`0*$SZ`($ctx)
269 $LD $B,`1*$SZ`($ctx)
270 $LD $C,`2*$SZ`($ctx)
271 $LD $D,`3*$SZ`($ctx)
272 $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 …]
Dsha512-parisc.pl61 $LD="ldd";
73 $LD="ldw";
275 $LD `0*$SZ`($ctx),$A ; load context
276 $LD `1*$SZ`($ctx),$B
277 $LD `2*$SZ`($ctx),$C
278 $LD `3*$SZ`($ctx),$D
279 $LD `4*$SZ`($ctx),$E
280 $LD `5*$SZ`($ctx),$F
281 $LD `6*$SZ`($ctx),$G
282 $LD `7*$SZ`($ctx),$H
[all …]
/external/aac/libFDK/include/
DFDK_trigFcts.h133 #define LD 9 macro
148 int shift = (31-scale-LD-1); in fixp_sin_cos_residual_inline()
160 if (s & ((1<<LD)<<1) ) { in fixp_sin_cos_residual_inline()
164 if ( (s + (1<<LD)) & ((1<<LD)<<1) ) { in fixp_sin_cos_residual_inline()
170 s &= (((1<<LD)<<1)-1); /* Modulo PI */ in fixp_sin_cos_residual_inline()
172 if (s > (1<<LD)) { in fixp_sin_cos_residual_inline()
173 s = ((1<<LD)<<1) - s; in fixp_sin_cos_residual_inline()
179 if (s > (1<<(LD-1))) { in fixp_sin_cos_residual_inline()
182 s = (1<<LD)-s; in fixp_sin_cos_residual_inline()
/external/qemu/distrib/jpeg-6b/
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/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/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/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/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
561 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/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp130 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); in LegalizeOp() local
131 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp()
132 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { in LegalizeOp()
133 if (TLI.isLoadExtLegal(LD->getExtensionType(), LD->getMemoryVT())) in LegalizeOp()
299 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); in ExpandLoad() local
300 SDValue Chain = LD->getChain(); in ExpandLoad()
301 SDValue BasePTR = LD->getBasePtr(); in ExpandLoad()
302 EVT SrcVT = LD->getMemoryVT(); in ExpandLoad()
303 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad()
313 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride), in ExpandLoad()
[all …]
/external/clang/test/CodeGen/
Dmips64-f128-literal.c3 typedef long double LD; typedef
7 LD foo0() { in foo0()

1234567891011