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

/gem5/src/cpu/o3/
H A Dregfile.cc63 numPhysicalIntRegs(_numPhysicalIntRegs),
88 for (phys_reg = 0; phys_reg < numPhysicalIntRegs; phys_reg++) {
141 for (reg_idx = 0; reg_idx < numPhysicalIntRegs; reg_idx++) {
H A Dregfile.hh105 unsigned numPhysicalIntRegs; member in class:PhysRegFile
160 unsigned numIntPhysRegs() const { return numPhysicalIntRegs; }

Completed in 7 milliseconds