Searched refs:gindex (Results 1 - 4 of 4) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | tage_sc_l.hh | 105 int gindex(ThreadID tid, Addr pc, int bank) const override;
|
H A D | tage_sc_l.cc | 134 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 D | tage_base.hh | 199 virtual int gindex(ThreadID tid, Addr pc, int bank) const;
|
H A D | tage_base.cc | 223 // 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 11 milliseconds