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

/gem5/src/cpu/o3/
H A Drename_impl.hh82 instsInProgress[tid] = 0;
272 instsInProgress[tid] = 0;
301 instsInProgress[tid] = 0;
344 if (instsInProgress[tid] != 0 ||
369 assert(instsInProgress[tid] == 0);
481 instsInProgress[tid] -= fromIEW->iewInfo[tid].dispatched;
486 assert(instsInProgress[tid] >=0);
625 tid, instsInProgress[tid], fromIEW->iewInfo[tid].dispatched);
629 if (emptyROB[tid] && instsInProgress[tid] == 0) {
781 instsInProgress[ti
[all...]
H A Drename.hh376 int instsInProgress[Impl::MaxThreads]; member in class:DefaultRename

Completed in 9 milliseconds