Searched refs:numPhysIntRegs (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/o3/
H A DO3CPU.py141 numPhysIntRegs = Param.Unsigned(256, "Number of physical integer registers") variable in class:DerivO3CPU
153 _defaultNumPhysCCRegs = Self.numPhysIntRegs * 5
H A Dcpu.cc115 regFile(params->numPhysIntRegs,
212 assert(params->numPhysIntRegs >= numThreads * TheISA::NumIntRegs);
H A Dinst_queue_impl.hh104 numPhysRegs = params->numPhysIntRegs + params->numPhysFloatRegs +
/gem5/ext/mcpat/
H A Darch_const.h188 const int numPhysIntRegs=32; variable
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py142 numPhysIntRegs = 128 variable in class:O3_ARM_v7a_3
H A Dex5_big.py144 numPhysIntRegs = 90 variable in class:ex5_big

Completed in 20 milliseconds