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

/gem5/system/arm/simple_bootloader/
H A DMakefile47 LD=$(CROSS_COMPILE)ld macro
55 $(LD) -o $@ -N -Ttext 0x80000000 $< -non_shared -static
57 $(LD) -o $@ -N -Ttext 0x00000010 $< -non_shared -static
/gem5/system/alpha/palcode/
H A DMakefile38 LD=$(CROSS_COMPILE)ld macro
74 $(LD) $(LDFLAGS) -o tl_osfpal $(TLOBJS)
77 $(LD) $(LDFLAGS) -o tl_osfpal_cache $(TLOBJS_COPY)
78 $(LD) $(LDFLAGS) -o tl_osfpal_unalign $(TLOBJS_COPY_UNALIGNED)
81 $(LD) $(LDFLAGS) -o ts_osfpal $(TSOBJS)
84 $(LD) $(LDFLAGS) -o tsb_osfpal $(TSBOBJS)
87 $(LD) $(LDFLAGS) -o ts_osfpal_cache $(TSOBJS_COPY)
88 $(LD) $(LDFLAGS) -o ts_osfpal_unalign $(TSOBJS_COPY_UNALIGNED)
/gem5/system/alpha/console/
H A DMakefile39 LD=$(CROSS_COMPILE)ld macro
57 $(LD) -o console -N -Ttext $(DBMENTRY) -non_shared $(OBJS) -lc
/gem5/util/m5/
H A DMakefile.alpha36 LD=$(CROSS_COMPILE)ld
H A DMakefile.sparc36 LD=$(CROSS_COMPILE)ld
H A DMakefile.thumb49 LD=$(CROSS_COMPILE)ld
H A DMakefile.x8632 LD=ld
H A DMakefile.arm48 LD=$(CROSS_COMPILE)ld
H A DMakefile.aarch6448 LD=$(CROSS_COMPILE)ld
/gem5/tests/test-progs/pthread/
H A DMakefile.common40 LD := $(CXX)
/gem5/src/cpu/o3/
H A Dregfile.hh245 template <typename LD>
247 setVecLane(PhysRegIdPtr phys_reg, const LD& val)
254 vectorRegFile[phys_reg->index()].laneView<typename LD::UnderlyingType>(
H A Dcpu.hh396 template<typename LD>
398 setVecLane(PhysRegIdPtr phys_reg, const LD& val)
444 template<typename LD>
446 setArchVecLane(int reg_idx, int lId, ThreadID tid, const LD& val)
H A Ddyn_inst.hh328 template <typename LD>
330 setVecLaneOperandT(const StaticInst *si, int idx, const LD& val)
H A Dthread_context.hh469 template <typename LD>
471 setVecLaneFlat(int idx, int lId, const LD& val)
/gem5/src/cpu/
H A Dsimple_thread.hh372 template <typename LD>
374 setVecLaneT(const RegId &reg, const LD &val)
645 template <typename LD>
647 setVecLaneFlat(RegIndex reg, int lId, const LD &val)
649 vecRegs[reg].laneView<typename LD::UnderlyingType>(lId) = val;
/gem5/src/cpu/minor/
H A Dexec_context.hh276 template <typename LD>
278 setVecLaneOperandT(const StaticInst *si, int idx, const LD& val)
/gem5/src/cpu/simple/
H A Dexec_context.hh286 template <typename LD>
289 const LD& val)
/gem5/src/cpu/checker/
H A Dcpu.hh268 template <typename LD>
270 setVecLaneOperandT(const StaticInst *si, int idx, const LD& val)

Completed in 25 milliseconds