48#ifndef __CPU_PRED_TAGE_HH__
49#define __CPU_PRED_TAGE_HH__
56#include "params/TAGE.hh"
61namespace branch_prediction
95 Addr corrTarget)
override;
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,...
Basically a wrapper class to hold both the branch predictor and the BTB.
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...
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.
virtual void squash(ThreadID tid, void *bp_history) override
void uncondBranch(ThreadID tid, Addr br_pc, void *&bp_history) override
void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history, bool squashed, const StaticInstPtr &inst, Addr corrTarget) override
Updates the BP with taken/not taken information.
virtual bool predict(ThreadID tid, Addr branch_pc, bool cond_branch, void *&b)
const Params & params() const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int16_t ThreadID
Thread index/ID type.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
TAGEBase::BranchInfo * tageBranchInfo
TageBranchInfo(TAGEBase &tage)
virtual ~TageBranchInfo()