Searched refs:scHistory (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc85 MPP_SCThreadHistory *sh = static_cast<MPP_SCThreadHistory *>(scHistory);
108 MPP_SCThreadHistory *sh = static_cast<MPP_SCThreadHistory *>(scHistory);
130 MPP_SCThreadHistory *sh = static_cast<MPP_SCThreadHistory *>(scHistory);
H A Dstatistical_corrector.cc302 scHistory->imliCount = 0;
304 if (scHistory->imliCount < ((1 << im[0]) - 1)) {
305 scHistory->imliCount++;
310 scHistory->bwHist = (scHistory->bwHist << 1) +
312 scHistory->updateLocalHistory(1, branch_pc, taken);
388 scHistory = makeThreadHistory();
H A Dtage_sc_l_64KB.cc97 static_cast<SC_64KB_ThreadHistory *>(scHistory);
119 branch_pc, sh->imHist[scHistory->imliCount], imm,
152 static_cast<SC_64KB_ThreadHistory *>(scHistory);
169 static_cast<SC_64KB_ThreadHistory *>(scHistory);
186 gUpdate(pc, taken, sh->imHist[scHistory->imliCount], imm,
H A Dmultiperspective_perceptron_tage_64KB.cc86 MPP_SCThreadHistory *sh = static_cast<MPP_SCThreadHistory *>(scHistory);
117 MPP_SCThreadHistory *sh = static_cast<MPP_SCThreadHistory *>(scHistory);
145 MPP_SCThreadHistory *sh = static_cast<MPP_SCThreadHistory *>(scHistory);
H A Dtage_sc_l_8KB.cc78 SC_8KB_ThreadHistory *sh = static_cast<SC_8KB_ThreadHistory *>(scHistory);
115 static_cast<SC_8KB_ThreadHistory *>(scHistory);
127 SC_8KB_ThreadHistory *sh = static_cast<SC_8KB_ThreadHistory *>(scHistory);
H A Dstatistical_corrector.hh132 SCThreadHistory * scHistory; member in class:StatisticalCorrector

Completed in 16 milliseconds