Searched refs:readVecElem (Results 1 - 13 of 13) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dneon64_mem.hh94 readVecElem(VReg src, int index, int eSize)
/gem5/src/cpu/o3/
H A Drename_map.cc211 dst[l] = regFile->readVecElem(s_prid);
H A Ddyn_inst.hh232 this->cpu->readVecElem(prev_phys_reg));
362 return this->cpu->readVecElem(this->_srcRegIdx[idx]);
H A Dregfile.hh260 readVecElem(PhysRegIdPtr phys_reg) const function in class:PhysRegFile
H A Dthread_context.hh287 readVecElem(const RegId& reg) const override
H A Dcpu.cc1233 FullO3CPU<Impl>::readVecElem(PhysRegIdPtr phys_reg) const -> const VecElem&
1236 return regFile.readVecElem(phys_reg);
1363 return readVecElem(phys_reg);
H A Dcpu.hh404 const VecElem& readVecElem(PhysRegIdPtr reg_idx) const;
/gem5/src/cpu/checker/
H A Dthread_context.hh323 readVecElem(const RegId& reg) const override
325 return actualTC->readVecElem(reg);
H A Dcpu.hh306 return thread->readVecElem(reg);
/gem5/src/cpu/
H A Dthread_context.hh245 virtual const VecElem& readVecElem(const RegId& reg) const = 0;
H A Dsimple_thread.hh408 readVecElem(const RegId &reg) const override
/gem5/src/cpu/minor/
H A Dexec_context.hh180 return thread.readVecElem(reg);
/gem5/src/cpu/simple/
H A Dexec_context.hh325 return thread->readVecElem(reg);

Completed in 34 milliseconds