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

12345678910

/openbsd-current/lib/csu/
H A DMakefile64 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
70 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
76 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
82 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
88 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
94 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
100 @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
/openbsd-current/gnu/usr.bin/texinfo/djgpp/
H A Dconfig.site44 LD=${LD='ld'}
/openbsd-current/lib/libcrypto/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...]
/openbsd-current/gnu/usr.bin/perl/vos/
H A Dconfigure_full_perl.sh12 declare -x LD="/system/gnu_library/bin/gcc.pm"
13 export LD
/openbsd-current/sys/arch/amd64/stand/mbr/
H A DMakefile12 LD=ld macro
27 $(LD) $(LDFLAGS) -o $(PROG) $(OBJS)
/openbsd-current/sys/arch/i386/stand/mbr/
H A DMakefile11 LD=ld macro
25 $(LD) $(LDFLAGS) -o $(PROG) $(OBJS)
/openbsd-current/sys/arch/amd64/stand/biosboot/
H A DMakefile11 LD=ld macro
21 $(LD) $(LDFLAGS) -o $(PROG) $(OBJS)
/openbsd-current/sys/arch/i386/stand/biosboot/
H A DMakefile11 LD=ld macro
20 $(LD) $(LDFLAGS) -o $(PROG) $(OBJS)
/openbsd-current/lib/libc/gmon/
H A DMakefile.inc14 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFIRPeephole.cpp74 if (auto *LD = dyn_cast<LoadInst>(&I)) {
75 if (!LD->hasOneUser())
77 auto *II = dyn_cast<IntrinsicInst>(*LD->user_begin());
/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha512-mips.pl87 $LD="ld"; # load from memory
101 $LD="lw"; # load from memory
129 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
130 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
182 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
207 $LD @X[3],`(($i+3)%16)*$SZ`($sp) # prefetch from ring buffer
295 $LD $A,0*$SZ($ctx) # load context
296 $LD $B,1*$SZ($ctx)
297 $LD $C,2*$SZ($ctx)
298 $LD
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp105 LocationDiscriminator LD{DIL->getFilename(), LineNo, Discriminator};
106 auto &BBMap = LDBM[LD];
112 DiscriminatorCurrPass = R.second ? ++LDCM[LD] : LDCM[LD];
/openbsd-current/gnu/llvm/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();
311 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
316 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
328 LoadSDNode *LD = cast<LoadSDNode>(N); local
329 if (!isValidIndexedLoad(LD))
332 MVT VT = LD->getMemoryVT().getSimpleVT();
348 LD
357 LoadSDNode *LD = cast<LoadSDNode>(N1); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/config/
H A Dnetware.exp27 global LD
28 if ![info exists LD] then {
29 set LD [findfile "$base_dir/../../ld/ld.new"]
54 global LD
82 verbose "Executing: $NLMCONV -l$LD -T$lnk" 1
83 catch "exec $NLMCONV -l$LD -T$lnk" output
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp44 unsigned selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT, int Bank);
131 const LoadSDNode *LD = cast<LoadSDNode>(N); local
132 ISD::MemIndexedMode AM = LD->getAddressingMode();
133 MVT VT = LD->getMemoryVT().getSimpleVT();
137 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) ||
145 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue();
170 LD->getBasePtr(), LD->getChain());
177 unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT, argument
180 if (LD
357 const LoadSDNode *LD = cast<LoadSDNode>(N); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/
H A DMakefile.in230 LD = @LD@
318 echo $(LD); \
469 'LD=$(LD)' \
499 'LD=$$(LD_FOR_TARGET)' \
629 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
652 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "N
[all...]
/openbsd-current/share/mk/
H A Dbsd.lib.mk41 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
48 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
55 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
62 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
69 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
76 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
83 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
91 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
98 @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
105 @${LD}
[all...]
/openbsd-current/sys/arch/alpha/stand/libz/
H A DMakefile.inc34 LD=${LD} STRIP=${STRIP} \
/openbsd-current/sys/arch/landisk/stand/mbr/
H A DMakefile22 $(LD) $(LDFLAGS) -o $(PROG) $(OBJS) $(LDADD)
/openbsd-current/sys/lib/libz/
H A DMakefile.inc34 LD=${LD} STRIP=${STRIP} \
H A DMakefile29 @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dso-thresh.mk33 $(LD) $(LDFLAGS) -b -o lib00-so-thresh.sl lib00-so-thresh.o
37 $(LD) $(LDFLAGS) -b -o lib01-so-thresh.sl lib01-so-thresh.o
41 $(LD) $(LDFLAGS) -b -o lib02-so-thresh.sl lib02-so-thresh.o
65 $(LD) $(LDFLAGS) -o so-thresh -lc -L${OBJDIR} -c so-thresh.lopt /opt/langtools/lib/end.o /lib/crt0.o so-thresh.o
/openbsd-current/sys/arch/powerpc64/stand/
H A DMakefile.inc21 LD?= ld

Completed in 177 milliseconds

12345678910