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

/gem5/src/cpu/o3/
H A Diew_impl.hh79 wbNumInst(0),
635 while ((*iewQueue)[wbCycle].insts[wbNumInst]) {
636 ++wbNumInst;
637 if (wbNumInst == wbWidth) {
639 wbNumInst = 0;
644 wbCycle, wbWidth, wbNumInst, wbCycle * wbWidth + wbNumInst);
646 (*iewQueue)[wbCycle].insts[wbNumInst] = inst;
1209 wbNumInst = 0;
1448 wbNumInst
[all...]
H A Diew.hh400 unsigned wbNumInst; member in class:DefaultIEW

Completed in 10 milliseconds