Searched refs:dispatchWidth (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/mcpat/ | ||
H A D | arch_const.h | 208 const int dispatchWidth=8; variable |
/gem5/src/cpu/o3/ | ||
H A D | O3CPU.py | 113 dispatchWidth = Param.Unsigned(8, "Dispatch width") variable in class:DerivO3CPU |
H A D | iew.hh | 394 unsigned dispatchWidth; member in class:DefaultIEW |
H A D | iew_impl.hh | 77 dispatchWidth(params->dispatchWidth), 84 if (dispatchWidth > Impl::MaxWidth) 85 fatal("dispatchWidth (%d) is larger than compiled limit (%d),\n" 87 dispatchWidth, static_cast<int>(Impl::MaxWidth)); 978 dis_num_inst < dispatchWidth; |
/gem5/configs/common/cores/arm/ | ||
H A D | O3_ARM_v7a.py | 131 dispatchWidth = 6 variable in class:O3_ARM_v7a_3 |
H A D | ex5_big.py | 133 dispatchWidth = 6 variable in class:ex5_big |
Completed in 17 milliseconds