Searched refs:mispredictInst (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/o3/
H A Dcomm.hh96 DynInstPtr mispredictInst[Impl::MaxThreads]; member in struct:DefaultIEWDefaultCommit
122 DynInstPtr mispredictInst; member in struct:TimeBufStruct::decodeComm
179 DynInstPtr mispredictInst; // *F member in struct:TimeBufStruct::commitComm
H A Dcommit_impl.hh584 toIEW->commitInfo[tid].mispredictInst = NULL;
863 if (fromIEW->mispredictInst[tid]) {
868 fromIEW->mispredictInst[tid]->instAddr(),
905 toIEW->commitInfo[tid].mispredictInst =
906 fromIEW->mispredictInst[tid];
911 if (toIEW->commitInfo[tid].mispredictInst) {
912 if (toIEW->commitInfo[tid].mispredictInst->isUncondCtrl()) {
H A Ddecode_impl.hh314 toFetch->decodeInfo[tid].mispredictInst = inst;
320 if (toFetch->decodeInfo[tid].mispredictInst->isUncondCtrl()) {
H A Dfetch_impl.hh1025 if (fromCommit->commitInfo[tid].mispredictInst &&
1026 fromCommit->commitInfo[tid].mispredictInst->isControl()) {
H A Diew_impl.hh515 toCommit->mispredictInst[tid] = inst;
541 toCommit->mispredictInst[tid] = NULL;

Completed in 22 milliseconds