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

12345678

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dppc.pl110 $LD= "lwz"; # load
134 $LD= "ld"; # load
377 $LD r5,`0*$BNSZ`(r4)
386 $LD r6,`1*$BNSZ`(r4)
407 $LD r6,`2*$BNSZ`(r4)
420 $LD r6,`3*$BNSZ`(r4)
431 $LD r5,`1*$BNSZ`(r4)
432 $LD r6,`2*$BNSZ`(r4)
450 $LD r6,`3*$BNSZ`(r4)
462 $LD r
[all...]
/freebsd-9.3-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-9.3-release/sys/boot/arm/ixp425/
H A DMakefile.inc26 LD ?= ld
31 ${LD} ${LDFLAGS} -o ${.TARGET} ${OBJS}
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A DMakefile59 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
68 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
/freebsd-9.3-release/sys/boot/i386/gptzfsboot/
H A DMakefile56 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
65 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A DMakefile52 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} zfsldr.o
78 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A 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) { argument
387 SDValue Chain = LD->getChain();
388 SDNode* Const32 = LD->getBasePtr().getNode();
392 ISD::isNormalLoad(LD)) {
394 EVT LoadedVT = LD->getMemoryVT();
415 LD
432 SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode, SDLoc dl) argument
499 SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode, SDLoc dl) argument
579 SelectIndexedLoad(LoadSDNode *LD, SDLoc dl) argument
677 LoadSDNode *LD = cast<LoadSDNode>(N); local
858 LoadSDNode *LD = cast<LoadSDNode>(MulOp0.getNode()); local
884 LoadSDNode *LD = cast<LoadSDNode>(MulOp1.getNode()); local
1038 LoadSDNode *LD = cast<LoadSDNode>(MulOp0.getNode()); local
1063 LoadSDNode *LD = cast<LoadSDNode>(MulOp1.getNode()); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp303 static bool isValidIndexedLoad(const LoadSDNode *LD) { argument
304 ISD::MemIndexedMode AM = LD->getAddressingMode();
305 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
308 EVT VT = LD->getMemoryVT();
313 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
319 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
331 LoadSDNode *LD = cast<LoadSDNode>(N); local
332 if (!isValidIndexedLoad(LD))
335 MVT VT = LD->getMemoryVT().getSimpleVT();
351 LD
360 LoadSDNode *LD = cast<LoadSDNode>(N1); local
[all...]
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A DMakefile6 LD = ld macro
31 $(LD) $(LDFLAGS) $(OBJS) -o $(LIBSHARED)
/freebsd-9.3-release/sys/boot/arm/at91/
H A DMakefile.inc28 LD ?= ld
38 ${LD} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LIBAT91}
/freebsd-9.3-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-9.3-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-9.3-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()))
382 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
383 SDValue Chain = LD->getChain();
384 SDValue BasePTR = LD->getBasePtr();
385 EVT SrcVT = LD->getMemoryVT();
386 ISD::LoadExtType ExtType = LD
[all...]
H A DLegalizeVectorTypes.cpp812 void DAGTypeLegalizer::SplitVecRes_LOAD(LoadSDNode *LD, SDValue &Lo, argument
814 assert(ISD::isUNINDEXEDLoad(LD) && "Indexed load during type legalization!");
816 SDLoc dl(LD);
817 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(LD->getValueType(0));
819 ISD::LoadExtType ExtType = LD->getExtensionType();
820 SDValue Ch = LD->getChain();
821 SDValue Ptr = LD->getBasePtr();
823 EVT MemoryVT = LD->getMemoryVT();
824 unsigned Alignment = LD->getOriginalAlignment();
825 bool isVolatile = LD
2137 LoadSDNode *LD = cast<LoadSDNode>(N); local
2563 GenWidenVectorLoads(SmallVectorImpl<SDValue> &LdChain, LoadSDNode *LD) argument
2721 GenWidenVectorExtLoads(SmallVectorImpl<SDValue> &LdChain, LoadSDNode *LD, ISD::LoadExtType ExtType) argument
[all...]
/freebsd-9.3-release/usr.sbin/uathload/
H A DMakefile18 ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ar5523.bin
/freebsd-9.3-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...]
H A Dltcf-gcj.sh58 # If archive_cmds runs LD, not CC, wlarc should be empty
94 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
183 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
192 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
204 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
213 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
220 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
240 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
254 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
390 archive_cmds='$LD
[all...]
/freebsd-9.3-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-9.3-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-9.3-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
/freebsd-9.3-release/contrib/libreadline/support/
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
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dremote.c128 if (!LD && (cgetnum(bp, "ld", &LD) == -1))
129 LD = TTYDISC;
/freebsd-9.3-release/sys/boot/i386/boot2/
H A DMakefile64 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
85 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC}
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A DMakefile73 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
94 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC}
/freebsd-9.3-release/contrib/dtc/
H A DMakefile173 @$(VECHO) LD $@
201 @$(VECHO) LD $@
233 @$(VECHO) LD $@

Completed in 204 milliseconds

12345678