51 #ifndef __CPU_PRED_TAGE 52 #define __CPU_PRED_TAGE 59 #include "params/TAGE.hh" 95 #endif // __CPU_PRED_TAGE void uncondBranch(ThreadID tid, Addr br_pc, void *&bp_history) override
TAGEBase::BranchInfo * tageBranchInfo
virtual bool predict(ThreadID tid, Addr branch_pc, bool cond_branch, void *&b)
const Params * params() const
TageBranchInfo(TAGEBase &tage)
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
virtual ~TageBranchInfo()
Basically a wrapper class to hold both the branch predictor and the BTB.
int16_t ThreadID
Thread index/ID type.
void btbUpdate(ThreadID tid, Addr branch_addr, void *&bp_history) override
If a branch is not taken, because the BTB address is invalid or missing, this function sets the appro...
virtual void squash(ThreadID tid, void *bp_history) override
TAGE(const TAGEParams *params)
void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history, bool squashed, const StaticInstPtr &inst, Addr corrTarget=MaxAddr) override
Updates the BP with taken/not taken information.
bool lookup(ThreadID tid, Addr branch_addr, void *&bp_history) override
Looks up a given PC in the BP to see if it is taken or not taken.