Searched refs:unsignedCtrUpdate (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A Dloop_predictor.hh100 static inline void unsignedCtrUpdate(uint8_t &ctr, bool up, unsigned nbits) function in class:LoopPredictor
H A Dloop_predictor.cc192 unsignedCtrUpdate(ltable[idx].age, true, loopTableAgeBits);
212 unsignedCtrUpdate(ltable[idx].confidence, true,
H A Dtage_base.hh236 static void unsignedCtrUpdate(uint8_t & ctr, bool up, unsigned nbits);
H A Dtage_base.cc274 TAGEBase::unsignedCtrUpdate(uint8_t & ctr, bool up, unsigned nbits) function in class:TAGEBase
574 unsignedCtrUpdate(gtable[bi->hitBank][bi->hitBankIndex].u,

Completed in 11 milliseconds