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

/gem5/src/cpu/o3/
H A Ddecode.hh277 unsigned toRenameIndex; member in class:DefaultDecode
H A Ddecode_impl.hh572 toRenameIndex = 0;
674 while (insts_available > 0 && toRenameIndex < decodeWidth) {
707 toRename->insts[toRenameIndex] = inst;
710 ++toRenameIndex;
769 if (toRenameIndex) {

Completed in 7 milliseconds