Searched refs:readVecReg (Results 1 - 14 of 14) sorted by relevance

/gem5/src/cpu/o3/
H A Dregfile.hh209 readVecReg(PhysRegIdPtr phys_reg) const function in class:PhysRegFile
225 return const_cast<VecRegContainer&>(readVecReg(phys_reg));
233 return readVecReg(phys_reg).laneView<VecElem, LaneIdx>();
241 return readVecReg(phys_reg).laneView<VecElem>(phys_reg->elemIndex());
H A Ddyn_inst.hh228 this->cpu->readVecReg(prev_phys_reg));
285 return this->cpu->readVecReg(this->_srcRegIdx[idx]);
H A Dthread_context.hh211 readVecReg(const RegId& id) const override
H A Dcpu.cc1215 FullO3CPU<Impl>::readVecReg(PhysRegIdPtr phys_reg) const
1219 return regFile.readVecReg(phys_reg);
1343 return readVecReg(phys_reg);
H A Dcpu.hh359 const VecRegContainer& readVecReg(PhysRegIdPtr reg_idx) const;
/gem5/src/cpu/
H A Dthread_context.cc84 const TheISA::VecRegContainer& t1 = one->readVecReg(rid);
85 const TheISA::VecRegContainer& t2 = two->readVecReg(rid);
H A Dthread_context.hh213 virtual const VecRegContainer& readVecReg(const RegId& reg) const = 0;
H A Dsimple_thread.hh307 readVecReg(const RegId& reg) const override
/gem5/src/cpu/checker/
H A Dthread_context.hh251 readVecReg (const RegId &reg) const override
253 return actualTC->readVecReg(reg);
H A Dcpu.hh215 return thread->readVecReg(reg);
/gem5/src/arch/arm/
H A Dnativetrace.cc129 auto vec(tc->readVecReg(RegId(VecRegClass,i))
H A Dremote_gdb.cc214 auto v = (context->readVecReg(RegId(VecRegClass, i))).as<VecElem>();
/gem5/src/cpu/minor/
H A Dexec_context.hh164 return thread.readVecReg(reg);
/gem5/src/cpu/simple/
H A Dexec_context.hh225 return thread->readVecReg(reg);

Completed in 31 milliseconds