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

/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.hh51 #include "params/TAGE_SC_L_TAGE_64KB.hh"
53 class TAGE_SC_L_TAGE_64KB : public TAGE_SC_L_TAGE { class in inherits:TAGE_SC_L_TAGE
55 TAGE_SC_L_TAGE_64KB(const TAGE_SC_L_TAGE_64KBParams *p) : TAGE_SC_L_TAGE(p) function in class:TAGE_SC_L_TAGE_64KB
H A Dtage_sc_l_64KB.cc200 TAGE_SC_L_TAGE_64KB::gindex_ext(int index, int bank) const
206 TAGE_SC_L_TAGE_64KB::gtag(ThreadID tid, Addr pc, int bank) const
216 TAGE_SC_L_TAGE_64KB::handleAllocAndUReset(
264 TAGE_SC_L_TAGE_64KB::handleTAGEUpdate(Addr branch_pc, bool taken,
312 TAGE_SC_L_TAGE_64KB*
315 return new TAGE_SC_L_TAGE_64KB(this);
H A DBranchPredictor.py241 class TAGE_SC_L_TAGE_64KB(TAGE_SC_L_TAGE): class in inherits:TAGE_SC_L_TAGE
242 type = 'TAGE_SC_L_TAGE_64KB'
243 cxx_class = 'TAGE_SC_L_TAGE_64KB'
481 tage = TAGE_SC_L_TAGE_64KB()

Completed in 12 milliseconds