Searched refs:tab (Results 1 - 7 of 7) sorted by relevance

/gem5/src/python/m5/util/
H A Dgrammar.py49 dir,tab = os.path.split(output)
50 if not tab.endswith('.py'):
53 kwargs['tabmodule'] = tab[:-3]
/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc187 std::vector<int> & length, std::vector<int8_t> * tab, int nbr,
194 int8_t ctr = tab[i][index];
203 std::vector<int> & length, std::vector<int8_t> * tab,
211 percsum += (2 * tab[i][index] + 1);
212 ctrUpdate(tab[i][index], taken, scCountersWidth);
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 Dstatistical_corrector.hh242 std::vector<int8_t> * tab, int nbr, int logs,
247 std::vector<int8_t> * tab, int nbr, int logs,
H A Dmultiperspective_perceptron_tage.cc334 std::vector<int> & length, std::vector<int8_t> * tab,
342 percsum += (2 * tab[i][index] + 1);
343 ctrUpdate(tab[i][index], taken, scCountersWidth - (i < (nbr - 1)));
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
H A Dmultiperspective_perceptron_tage.hh178 std::vector<int8_t> * tab, int nbr, int logs,
H A Dtage_base.cc317 TAGEBase::updateGHist(uint8_t * &h, bool dir, uint8_t * tab, int &pt) argument
325 tab[histBufferSize - maxHist + i] = tab[i];
327 h = &tab[pt];
H A Dtage_base.hh261 * @param tab
264 void updateGHist(uint8_t * &h, bool dir, uint8_t * tab, int &PT);

Completed in 17 milliseconds