Searched refs:LD (Results 1 - 25 of 155) sorted by relevance

1234567

/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A 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 r
[all...]
H A 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
152 $LD $m0,0($bp) ; m0=bp[0]
153 $LD $aj,0($ap) ; ap[0]
158 $LD $aj,$BNSZ($ap) ; ap[1]
159 $LD $nj,0($np) ; np[0]
168 $LD
[all...]
H A 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
[all...]
H A Dmips.pl56 $LD="ld";
71 $LD="lw";
146 $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
[all...]
/freebsd-10.0-release/tools/regression/ia64/unaligned/
H A Dtest.c61 # define LD "ld2" macro
66 # define LD "ld4" macro
71 # define LD "ld8" macro
79 # define LD "ldfs" macro
84 # define LD "ldfd" macro
89 # define LD "ldfe" macro
130 LD " " REG "=[r2],%2;;"
138 LD " " REG "=[r2],%2;;"
146 LD " " REG "=[r2],r3;;"
154 LD " " RE
[all...]
/freebsd-10.0-release/sys/boot/arm/ixp425/
H A DMakefile.inc26 LD ?= ld
31 ${LD} ${LDFLAGS} -o ${.TARGET} ${OBJS}
/freebsd-10.0-release/sys/boot/i386/gptboot/
H A DMakefile57 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
66 ${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
/freebsd-10.0-release/sys/boot/i386/gptzfsboot/
H A DMakefile54 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
63 ${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A DMakefile50 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} zfsldr.o
76 ${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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 [
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp95 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl);
96 SDNode *SelectIndexedLoad(LoadSDNode *LD, DebugLoc dl);
97 SDNode *SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode,
99 SDNode *SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode,
388 SDNode *HexagonDAGToDAGISel::SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl) { argument
389 SDValue Chain = LD->getChain();
390 SDNode* Const32 = LD->getBasePtr().getNode();
394 ISD::isNormalLoad(LD)) {
396 EVT LoadedVT = LD->getMemoryVT();
417 LD
434 SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode, DebugLoc dl) argument
498 SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode, DebugLoc dl) argument
575 SelectIndexedLoad(LoadSDNode *LD, DebugLoc dl) argument
671 LoadSDNode *LD = cast<LoadSDNode>(N); local
850 LoadSDNode *LD = cast<LoadSDNode>(MulOp0.getNode()); local
876 LoadSDNode *LD = cast<LoadSDNode>(MulOp1.getNode()); local
1030 LoadSDNode *LD = cast<LoadSDNode>(MulOp0.getNode()); local
1055 LoadSDNode *LD = cast<LoadSDNode>(MulOp1.getNode()); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp302 static bool isValidIndexedLoad(const LoadSDNode *LD) { argument
303 ISD::MemIndexedMode AM = LD->getAddressingMode();
304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
307 EVT VT = LD->getMemoryVT();
312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
330 LoadSDNode *LD = cast<LoadSDNode>(N); local
331 if (!isValidIndexedLoad(LD))
334 MVT VT = LD->getMemoryVT().getSimpleVT();
350 LD
359 LoadSDNode *LD = cast<LoadSDNode>(N1); local
[all...]
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A DMakefile6 LD = ld macro
31 $(LD) $(LDFLAGS) $(OBJS) -o $(LIBSHARED)
/freebsd-10.0-release/sys/boot/arm/at91/
H A DMakefile.inc28 LD ?= ld
38 ${LD} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LIBAT91}
/freebsd-10.0-release/lib/csu/i386-elf/
H A DMakefile27 ${LD} ${LDFLAGS} -o gcrt1.o -r crt1_s.o gcrt1_c.o
37 ${LD} ${LDFLAGS} -o crt1.o -r crt1_s.o crt1_c.o
48 ${LD} ${LDFLAGS} -o Scrt1.o -r crt1_s.o Scrt1_c.o
/freebsd-10.0-release/lib/csu/ia64/
H A DMakefile30 ${LD} ${LDFLAGS} -r -o ${.TARGET} crt1_.o crtbrand.o
43 ${LD} ${LDFLAGS} -r -o ${.TARGET} ${.ALLSRC}
56 ${LD} ${LDFLAGS} -r -o ${.TARGET} ${.ALLSRC}
/freebsd-10.0-release/usr.sbin/uathload/
H A DMakefile18 ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ar5523.bin
/freebsd-10.0-release/contrib/gdb/
H A Dlibtool.m464 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
150 LD="${LD-ld} -melf32bsmip"
153 LD="${LD-ld} -melf32bmipn32"
156 LD="${LD-ld} -melf64bmip"
162 LD="${LD
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp155 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
156 ISD::LoadExtType ExtType = LD->getExtensionType();
157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
158 if (TLI.isLoadExtLegal(LD->getExtensionType(), LD->getMemoryVT()))
379 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
380 SDValue Chain = LD->getChain();
381 SDValue BasePTR = LD->getBasePtr();
382 EVT SrcVT = LD->getMemoryVT();
383 ISD::LoadExtType ExtType = LD
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dia64-opc-m.c874 #define LD(a,b,c) M2, OpMXX6aHint (6, 1, 1, a, b), {F1, F2, MR3, c}, POSTINC, 0, NULL macro
875 {"ldfps", LD (0x02, 0, C8)},
876 {"ldfps.nt1", LD (0x02, 1, C8)},
877 {"ldfps.nta", LD (0x02, 3, C8)},
878 {"ldfpd", LD (0x03, 0, C16)},
879 {"ldfpd.nt1", LD (0x03, 1, C16)},
880 {"ldfpd.nta", LD (0x03, 3, C16)},
881 {"ldfp8", LD (0x01, 0, C16)},
882 {"ldfp8.nt1", LD (0x01, 1, C16)},
883 {"ldfp8.nta", LD (
929 #undef LD macro
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dconfig.rpath17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
149 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
159 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
168 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
170 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
180 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
187 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
497 case $LD in
/freebsd-10.0-release/contrib/binutils/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
476 case $LD in

Completed in 289 milliseconds

1234567