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

/gem5/src/cpu/pred/
H A Dtage_sc_l.hh130 bool getBimodePred(Addr branch_pc,
H A Dtage_sc_l.cc340 TAGE_SC_L_TAGE::getBimodePred(Addr pc, TAGEBase::BranchInfo* tage_bi) const function in class:TAGE_SC_L_TAGE
352 return TAGEBase::getBimodePred(pc, tage_bi);
H A Dtage_base.hh245 virtual bool getBimodePred(Addr pc, BranchInfo* bi) const;
H A Dtage_base.cc288 TAGEBase::getBimodePred(Addr pc, BranchInfo* bi) const function in class:TAGEBase
395 bi->altTaken = getBimodePred(pc, bi);
416 bi->altTaken = getBimodePred(pc, bi);

Completed in 11 milliseconds