Searched refs:isVectorPhysReg (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dregfile.hh211 assert(phys_reg->isVectorPhysReg());
249 assert(phys_reg->isVectorPhysReg());
332 assert(phys_reg->isVectorPhysReg());
H A Drename_map.hh322 assert(phys_reg->isVectorPhysReg());
H A Dregfile.cc190 panic_if(!reg->isVectorPhysReg(),
/gem5/src/cpu/
H A Dreg_class.hh290 bool isVectorPhysReg() const { return isVecReg(); } function in class:PhysRegId
315 assert(vid->isVectorPhysReg());

Completed in 10 milliseconds