Searched refs:LD (Results 26 - 50 of 333) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ncurses/form/
H A DMakefile.in80 LD = @LD@
/freebsd-11-stable/contrib/ncurses/menu/
H A DMakefile.in80 LD = @LD@
/freebsd-11-stable/contrib/ncurses/panel/
H A DMakefile.in82 LD = @LD@
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in10 LD=@LD@
/freebsd-11-stable/contrib/gdb/
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...]
H A Dltcf-c.sh55 # If archive_cmds runs LD, not CC, wlarc should be empty
91 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
190 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
199 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
211 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
220 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
227 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
247 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
261 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'
397 archive_cmds='$LD
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl61 $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 `
[all...]
H A Dsha512-sparcv9.pl58 $LD="ldx"; # load from memory
84 $LD="ld"; # load from memory
242 $LD [$Ktbl+`$i*$SZ`],$tmp2 ! K[$i]
677 $LD [$ctx+`0*$SZ`],$A
678 $LD [$ctx+`1*$SZ`],$B
679 $LD [$ctx+`2*$SZ`],$C
680 $LD [$ctx+`3*$SZ`],$D
681 $LD [$ctx+`4*$SZ`],$E
682 $LD [$ctx+`5*$SZ`],$F
683 $LD [
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.in132 LD="$(LD_FOR_BUILD)"; export LD; \
160 LD="$(LD)"; export LD; \
212 LD="$(COMPILER_LD_FOR_TARGET)"; export LD; \
291 LD = @LD@
527 'LD
[all...]
/freebsd-11-stable/lib/msun/ld128/
H A De_powl.c106 static const long double LD[] = variable
334 v = LD[0] + s2 * (LD[1] + s2 * (LD[2] + s2 * (LD[3] + s2 * (LD[4] + s2))));
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win82 LD = link.exe
133 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
140 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile74 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
95 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile59 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} boot1.o
87 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp248 LoadSDNode *LD = cast<LoadSDNode>(N); local
249 assert(!LD->isAtomic() && "Atomics can not be split");
250 EVT ValueVT = LD->getValueType(0);
252 SDValue Chain = LD->getChain();
253 SDValue Ptr = LD->getBasePtr();
254 unsigned Alignment = LD->getAlignment();
255 AAMDNodes AAInfo = LD->getAAInfo();
259 Lo = DAG.getLoad(NVT, dl, Chain, Ptr, LD->getPointerInfo(), Alignment,
260 LD->getMemOperand()->getFlags(), AAInfo);
266 LD
[all...]
H A DLegalizeVectorOps.cpp259 LoadSDNode *LD = cast<LoadSDNode>(Node); local
260 ISD::LoadExtType ExtType = LD->getExtensionType();
261 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
264 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),
265 LD->getMemoryVT())) {
706 LoadSDNode *LD = cast<LoadSDNode>(N); local
708 EVT SrcVT = LD->getMemoryVT();
720 EVT DstEltVT = LD->getValueType(0).getScalarType();
721 SDValue Chain = LD
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp254 const LoadSDNode *LD = cast<LoadSDNode>(Node); local
255 uint64_t size = LD->getMemOperand()->getSize();
260 SDNode *LDAddrNode = LD->getOperand(1).getNode();
272 LLVM_DEBUG(dbgs() << "Check candidate load: "; LD->dump(); dbgs() << '\n');
282 LLVM_DEBUG(dbgs() << "Check candidate load: "; LD->dump(); dbgs() << '\n');
307 SDValue NVal = CurDAG->getConstant(val, DL, LD->getValueType(0));
/freebsd-11-stable/contrib/dtc/
H A DMakefile190 @$(VECHO) LD $@
257 @$(VECHO) LD $@
289 @$(VECHO) LD $@
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl61 $LD="ldb";
66 $LD="ldw";
157 $LD `0*$SZ`($key),$XX[0]
158 $LD `1*$SZ`($key),$YY
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp413 LoadSDNode *LD = cast<LoadSDNode>(Op); local
414 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
416 assert(LD->getMemoryVT() == MVT::i32 && "Unexpected load EVT");
419 LD->getMemoryVT(), *LD->getMemOperand()))
422 SDValue Chain = LD->getChain();
423 SDValue BasePtr = LD->getBasePtr();
426 if (!LD->isVolatile()) {
445 if (LD->getAlignment() == 2) {
448 LD
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp67 void HexagonDAGToDAGISel::SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl) { argument
68 SDValue Chain = LD->getChain();
69 SDValue Base = LD->getBasePtr();
70 SDValue Offset = LD->getOffset();
72 EVT LoadedVT = LD->getMemoryVT();
77 ISD::LoadExtType ExtType = LD->getExtensionType();
116 if (isAlignedMemNode(LD)) {
117 if (LD->isNonTemporal())
130 MachineMemOperand *MemOp = LD->getMemOperand();
146 SDValue From[3] = { SDValue(LD,
448 LoadSDNode *LD = cast<LoadSDNode>(N); local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S72 LD(ub, sa) [src] sasi, %g1 ; \
164 LD(ub, sa) [src] sasi, %g1 ; \
178 LD(x, sa) [src] sasi, %g1 ; \
179 LD(x, sa) [src + 8] sasi, %g2 ; \
180 LD(x, sa) [src + 16] sasi, %g3 ; \
181 LD(x, sa) [src + 24] sasi, %g4 ; \
193 LD(x, sa) [src] sasi, %g1 ; \
202 LD(ub, sa) [src] sasi, %g1 ; \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp216 for (auto LD : *lookup) {
217 if ((new_class_template = dyn_cast<ClassTemplateDecl>(LD)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h72 LD = 13, enumerator in enum:llvm::ARM_MB::MemBOpt
82 case LD: return HasV8 ? "ld" : "#0xd";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1522 LoadSDNode *LD = cast<LoadSDNode>(N); local
1523 ISD::MemIndexedMode AM = LD->getAddressingMode();
1527 EVT LoadedVT = LD->getMemoryVT();
1533 SelectAddrMode2OffsetImmPre(N, LD->getOffset(), Offset, AMOpc)) {
1537 SelectAddrMode2OffsetImm(N, LD->getOffset(), Offset, AMOpc)) {
1541 SelectAddrMode2OffsetReg(N, LD->getOffset(), Offset, AMOpc)) {
1546 SelectAddrMode3Offset(N, LD->getOffset(), Offset, AMOpc)) {
1548 Opcode = (LD->getExtensionType() == ISD::SEXTLOAD)
1552 if (LD->getExtensionType() == ISD::SEXTLOAD) {
1553 if (SelectAddrMode3Offset(N, LD
1601 LoadSDNode *LD = cast<LoadSDNode>(N); local
1628 LoadSDNode *LD = cast<LoadSDNode>(N); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp47 LD = 0x3003, enumerator in enum:lld::elf::Op
159 uint32_t load = config->is64 ? LD : LW;
178 write32le(buf + 4, itype(config->is64 ? LD : LW, X_T3, X_T3, lo12(offset)));

Completed in 412 milliseconds

1234567891011>>