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

/gem5/src/cpu/o3/
H A Ddecode_impl.hh202 fromFetch = fetchQueue->getWire(-fetchToDecodeDelay);
252 return fromFetch->size > 0;
335 for (int i=0; i<fromFetch->size; i++) {
336 if (fromFetch->insts[i]->threadNumber == tid &&
337 fromFetch->insts[i]->seqNum > squash_seq_num) {
338 fromFetch->insts[i]->setSquashed();
384 for (int i=0; i<fromFetch->size; i++) {
385 if (fromFetch->insts[i]->threadNumber == tid) {
386 fromFetch->insts[i]->setSquashed();
487 int insts_from_fetch = fromFetch
[all...]
H A Ddecode.hh240 typename TimeBuffer<FetchStruct>::wire fromFetch; member in class:DefaultDecode
H A Dcommit.hh342 typename TimeBuffer<FetchStruct>::wire fromFetch; member in class:DefaultCommit
H A Dcommit_impl.hh301 fromFetch = fetchQueue->getWire(-fetchToCommitDelay);

Completed in 13 milliseconds