Searched refs:TAGE_SC_L_TAGE_8KB (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage_sc_l_8KB.hh48 #include "params/TAGE_SC_L_TAGE_8KB.hh"
50 class TAGE_SC_L_TAGE_8KB : public TAGE_SC_L_TAGE class in inherits:TAGE_SC_L_TAGE
53 TAGE_SC_L_TAGE_8KB(const TAGE_SC_L_TAGE_8KBParams *p) : TAGE_SC_L_TAGE(p) function in class:TAGE_SC_L_TAGE_8KB
H A Dtage_sc_l_8KB.cc147 TAGE_SC_L_TAGE_8KB::initFoldedHistories(ThreadHistory & history)
164 TAGE_SC_L_TAGE_8KB::gindex_ext(int index, int bank) const
171 TAGE_SC_L_TAGE_8KB::gtag(ThreadID tid, Addr pc, int bank) const
189 TAGE_SC_L_TAGE_8KB::handleAllocAndUReset(
249 TAGE_SC_L_TAGE_8KB::resetUctr(uint8_t & u)
258 TAGE_SC_L_TAGE_8KB::handleTAGEUpdate(Addr branch_pc, bool taken,
320 TAGE_SC_L_TAGE_8KB*
323 return new TAGE_SC_L_TAGE_8KB(this);
H A DBranchPredictor.py271 class TAGE_SC_L_TAGE_8KB(TAGE_SC_L_TAGE): class in inherits:TAGE_SC_L_TAGE
272 type = 'TAGE_SC_L_TAGE_8KB'
273 cxx_class = 'TAGE_SC_L_TAGE_8KB'
492 tage = TAGE_SC_L_TAGE_8KB()

Completed in 15 milliseconds