Searched refs:fetchWidth (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/mcpat/
H A Darch_const.h209 const int fetchWidth=8; variable
/gem5/src/cpu/o3/
H A Dfetch.hh168 assert(fetch->numInst < fetch->fetchWidth);
480 unsigned fetchWidth; member in class:DefaultFetch
H A Dfetch_impl.hh91 fetchWidth(params->fetchWidth),
108 if (fetchWidth > Impl::MaxWidth)
109 fatal("fetchWidth (%d) is larger than compiled limit (%d),\n"
111 fetchWidth, static_cast<int>(Impl::MaxWidth));
267 /* last value */ fetchWidth,
719 if (!(numInst < fetchWidth) || !(fetchQueue[tid].size() < fetchQueueSize)) {
952 // Limit rate by fetchWidth. Stall if decode is stalled.
1143 assert(numInst < fetchWidth);
1263 // Keep issuing while fetchWidth i
[all...]
H A DO3CPU.py89 fetchWidth = Param.Unsigned(8, "Fetch width") variable in class:DerivO3CPU
H A Ddecode_impl.hh77 skidBufferMax = (fetchToDecodeDelay + 1) * params->fetchWidth;
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py123 fetchWidth = 3 variable in class:O3_ARM_v7a_3
H A Dex5_big.py125 fetchWidth = 3 variable in class:ex5_big

Completed in 20 milliseconds