Searched refs:decodeWidth (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/mcpat/
H A Darch_const.h207 const int decodeWidth=8; variable
/gem5/src/cpu/o3/
H A Ddecode.hh274 unsigned decodeWidth; member in class:DefaultDecode
H A Ddecode_impl.hh68 decodeWidth(params->decodeWidth),
71 if (decodeWidth > Impl::MaxWidth)
72 fatal("decodeWidth (%d) is larger than compiled limit (%d),\n"
74 decodeWidth, static_cast<int>(Impl::MaxWidth));
674 while (insts_available > 0 && toRenameIndex < decodeWidth) {
H A DO3CPU.py99 decodeWidth = Param.Unsigned(8, "Decode width") variable in class:DerivO3CPU
H A Dfetch.hh483 unsigned decodeWidth; member in class:DefaultFetch
H A Dfetch_impl.hh92 decodeWidth(params->decodeWidth),
966 while (available_insts != 0 && insts_to_decode < decodeWidth) {
H A Drename_impl.hh78 skidBufferMax = (decodeToRenameDelay + 1) * params->decodeWidth;
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py126 decodeWidth = 3 variable in class:O3_ARM_v7a_3
H A Dex5_big.py128 decodeWidth = 3 variable in class:ex5_big

Completed in 25 milliseconds