Searched refs:iewInfo (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Diew_impl.hh309 toRename->iewInfo[tid].usedIQ = true;
310 toRename->iewInfo[tid].freeIQEntries =
313 toRename->iewInfo[tid].usedLSQ = true;
314 toRename->iewInfo[tid].freeLQEntries = ldstQueue.numFreeLoadEntries(tid);
315 toRename->iewInfo[tid].freeSQEntries = ldstQueue.numFreeStoreEntries(tid);
330 toRename->iewInfo[tid].usedIQ = true;
331 toRename->iewInfo[tid].freeIQEntries =
334 toRename->iewInfo[tid].usedLSQ = true;
335 toRename->iewInfo[tid].freeLQEntries = ldstQueue.numFreeLoadEntries(tid);
336 toRename->iewInfo[ti
[all...]
H A Drename_impl.hh481 instsInProgress[tid] -= fromIEW->iewInfo[tid].dispatched;
482 loadsInProgress[tid] -= fromIEW->iewInfo[tid].dispatchedToLQ;
483 storesInProgress[tid] -= fromIEW->iewInfo[tid].dispatchedToSQ;
625 tid, instsInProgress[tid], fromIEW->iewInfo[tid].dispatched);
1190 (instsInProgress[tid] - fromIEW->iewInfo[tid].dispatched);
1202 (instsInProgress[tid] - fromIEW->iewInfo[tid].dispatched);
1214 (loadsInProgress[tid] - fromIEW->iewInfo[tid].dispatchedToLQ);
1219 fromIEW->iewInfo[tid].dispatchedToLQ);
1228 (storesInProgress[tid] - fromIEW->iewInfo[tid].dispatchedToSQ);
1231 storesInProgress[tid], fromIEW->iewInfo[ti
[all...]
H A Dcomm.hh157 iewComm iewInfo[Impl::MaxThreads]; member in struct:TimeBufStruct
H A Dfetch_impl.hh1530 unsigned iqCount = fromIEW->iewInfo[tid].iqCount;
1567 unsigned ldstqCount = fromIEW->iewInfo[tid].ldstqCount;

Completed in 16 milliseconds