/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 | mips-mont.pl | 74 $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 …]
|
D | ppc-mont.pl | 35 $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 …]
|
D | mips.pl | 56 $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/ |
D | HexagonISelDAGToDAG.cpp | 78 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/ |
D | sha512-mips.pl | 81 $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 …]
|
D | sha512-ppc.pl | 74 $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 …]
|
D | sha512-s390x.pl | 73 $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 …]
|
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 …]
|
D | sha512-parisc.pl | 61 $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/ |
D | FDK_trigFcts.h | 133 #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/ |
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/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/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/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/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 561 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/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 130 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/ |
D | mips64-f128-literal.c | 3 typedef long double LD; typedef 7 LD foo0() { in foo0()
|