Searched refs:ccRegFile (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dregfile.hh96 std::vector<RegVal> ccRegFile; member in class:PhysRegFile
298 ccRegFile[phys_reg->index()]);
300 return ccRegFile[phys_reg->index()];
373 ccRegFile[phys_reg->index()] = val;
H A Dregfile.cc62 ccRegFile(_numPhysicalCCRegs),

Completed in 8 milliseconds