Home
last modified time | relevance | path

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

12345678910>>...21

/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/chromium_org/third_party/openssl/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.cpp93 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, SDLoc dl);
94 SDNode *SelectIndexedLoad(LoadSDNode *LD, SDLoc dl);
95 SDNode *SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode,
97 SDNode *SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode,
386 SDNode *HexagonDAGToDAGISel::SelectBaseOffsetLoad(LoadSDNode *LD, SDLoc dl) { in SelectBaseOffsetLoad() argument
387 SDValue Chain = LD->getChain(); in SelectBaseOffsetLoad()
388 SDNode* Const32 = LD->getBasePtr().getNode(); in SelectBaseOffsetLoad()
392 ISD::isNormalLoad(LD)) { in SelectBaseOffsetLoad()
394 EVT LoadedVT = LD->getMemoryVT(); in SelectBaseOffsetLoad()
415 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 …]
/external/chromium_org/third_party/openssl/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 …]
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
Dlc3b-mp22NC.asm7 LD R7, R0, ADATA3F-AA
9 LD R6, R2, CDATA3F-CC
21 LD R5, R1, BDATA3A-BB
22 LD R7, R0, ADATA39-AA
33 LD R7, R2, CDATA37-CC
35 LD R6, R1, BDATA35-BB
37 LD R5, R2, CDATA36-CC
38 LD R7, R0, ADATA36-AA
40 LD R7, R1, BDATA35-BB
41 LD R6, R2, CDATA35-CC
[all …]
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dextract.ll12 %LD = load <2 x double>* undef
13 %V0 = extractelement <2 x double> %LD, i32 0
14 %V1 = extractelement <2 x double> %LD, i32 1
30 %LD = load <2 x double>* undef
31 %V0 = extractelement <2 x double> %LD, i32 0
32 %V1 = extractelement <2 x double> %LD, i32 1
48 %LD = load <4 x double>* undef
49 %V0 = extractelement <4 x double> %LD, i32 0 ; <--- invalid size.
50 %V1 = extractelement <4 x double> %LD, i32 1
/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)
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dlib-ld.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/bison/m4/
Dlib-ld.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
26 dnl From libtool-2.4. Sets the variable LD.
70 test -z "$LD" && LD="$ac_prog"
87 [if test -z "$LD"; then
109 acl_cv_path_LD="$LD" # Let the user override the test with a path.
111 LD="$acl_cv_path_LD"
112 if test -n "$LD"; then
113 AC_MSG_RESULT([$LD])
117 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/external/libexif/auto-m4/
Dlib-ld.m415 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
17 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-1.4. Sets the variable LD.
66 test -z "$LD" && LD="$ac_prog"
83 [if test -z "$LD"; then
102 acl_cv_path_LD="$LD" # Let the user override the test with a path.
104 LD="$acl_cv_path_LD"
105 if test -n "$LD"; then
106 AC_MSG_RESULT($LD)
110 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])

12345678910>>...21