Searched defs:tab (Results 1 - 3 of 3) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | statistical_corrector.cc | 186 gPredict(Addr branch_pc, int64_t hist, std::vector<int> & length, std::vector<int8_t> * tab, int nbr, int logs, std::vector<int8_t> & w) argument 202 gUpdate(Addr branch_pc, bool taken, int64_t hist, std::vector<int> & length, std::vector<int8_t> * tab, int nbr, int logs, std::vector<int8_t> & w, BranchInfo* bi) argument
|
H A D | tage_base.cc | 317 TAGEBase::updateGHist(uint8_t * &h, bool dir, uint8_t * tab, int &pt) argument
|
H A D | multiperspective_perceptron_tage.cc | 333 gUpdate(Addr branch_pc, bool taken, int64_t hist, std::vector<int> & length, std::vector<int8_t> * tab, int nbr, int logs, std::vector<int8_t> & w, StatisticalCorrector::BranchInfo* bi) argument
|
Completed in 7 milliseconds