Searched refs:gUpdate (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.cc171 gUpdate((pc << 1) + bi->predBeforeSC, taken, sh->bwHist, bwm,
174 gUpdate(pc, taken, phist, pm,
177 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm,
180 gUpdate(pc, taken, sh->getLocalHistory(2, pc), sm,
183 gUpdate(pc, taken, sh->getLocalHistory(3, pc), tm,
186 gUpdate(pc, taken, sh->imHist[scHistory->imliCount], imm,
189 gUpdate(pc, taken, sh->imliCount, im,
H A Dmultiperspective_perceptron_tage_64KB.cc119 gUpdate((pc << 1) + bi->predBeforeSC, taken, sh->globalHist << 11,
122 gUpdate(pc, taken, sh->getLocalHistory(1, pc),
125 gUpdate(pc, taken, sh->getLocalHistory(2, pc),
128 gUpdate(pc, taken, sh->getLocalHistory(3, pc) << 11,
131 gUpdate(pc, taken, sh->getHistoryStackEntry(),
H A Dmultiperspective_perceptron_tage_8KB.cc110 gUpdate((pc << 1) + bi->predBeforeSC, taken, sh->globalHist << 11,
113 gUpdate(pc, taken, sh->getLocalHistory(1, pc),
116 gUpdate(pc, taken, sh->getHistoryStackEntry(),
H A Dtage_sc_l_8KB.cc128 gUpdate(pc, taken, sh->globalHist, gm, ggehl, gnb, logGnb, wg, bi);
129 gUpdate(pc, taken, sh->bwHist, bwm, bwgehl, bwnb, logBwnb, wbw, bi);
130 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm, lgehl, lnb, logLnb, wl,
132 gUpdate(pc, taken, sh->imliCount, im, igehl, inb, logInb, wi, bi);
H A Dmultiperspective_perceptron_tage.hh176 void gUpdate(
H A Dstatistical_corrector.hh245 virtual void gUpdate(
H A Dstatistical_corrector.cc202 StatisticalCorrector::gUpdate(Addr branch_pc, bool taken, int64_t hist, function in class:StatisticalCorrector
H A Dmultiperspective_perceptron_tage.cc333 MPP_StatisticalCorrector::gUpdate(Addr branch_pc, bool taken, int64_t hist, function in class:MPP_StatisticalCorrector

Completed in 9 milliseconds