Searched defs:hist (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc186 StatisticalCorrector::gPredict(Addr branch_pc, int64_t hist, argument
202 StatisticalCorrector::gUpdate(Addr branch_pc, bool taken, int64_t hist, argument
H A Dstatistical_corrector.hh108 int64_t hist = (localHistories[idx][entry] << 1) + taken; local
H A Dmultiperspective_perceptron_tage.cc333 MPP_StatisticalCorrector::gUpdate(Addr branch_pc, bool taken, int64_t hist, argument

Completed in 10 milliseconds