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

/gem5/src/cpu/o3/
H A Drename_impl.hh437 toIEWIndex = 0;
639 while (insts_available > 0 && toIEWIndex < renameWidth) {
771 toIEW->insts[toIEWIndex] = inst;
775 ++toIEWIndex;
785 if (toIEWIndex) {
H A Drename.hh451 unsigned toIEWIndex; member in class:DefaultRename

Completed in 15 milliseconds