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

/gem5/src/cpu/pred/
H A Dtage_sc_l.hh105 int gindex(ThreadID tid, Addr pc, int bank) const override;
H A Dtage_sc_l.cc134 tableIndices[i] = gindex(tid, pc, i);
180 TAGE_SC_L_TAGE::gindex(ThreadID tid, Addr pc, int bank) const function in class:TAGE_SC_L_TAGE
H A Dtage_base.hh199 virtual int gindex(ThreadID tid, Addr pc, int bank) const;
H A Dtage_base.cc223 // gindex computes a full hash of pc, ghist and pathHist
225 TAGEBase::gindex(ThreadID tid, Addr pc, int bank) const function in class:TAGEBase
340 tableIndices[i] = gindex(tid, branch_pc, i);

Completed in 12 milliseconds