Searched refs:BiModeBP (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A Dbi_mode.cc40 BiModeBP::BiModeBP(const BiModeBPParams *params) function in class:BiModeBP
72 BiModeBP::uncondBranch(ThreadID tid, Addr pc, void * &bpHistory)
85 BiModeBP::squash(ThreadID tid, void *bpHistory)
103 BiModeBP::lookup(ThreadID tid, Addr branchAddr, void * &bpHistory)
142 BiModeBP::btbUpdate(ThreadID tid, Addr branchAddr, void * &bpHistory)
154 BiModeBP::update(ThreadID tid, Addr branchAddr, bool taken, void *bpHistory,
224 BiModeBP::updateGlobalHistReg(ThreadID tid, bool taken)
231 BiModeBP*
234 return new BiModeBP(thi
[all...]
H A Dbi_mode.hh40 #include "params/BiModeBP.hh"
56 class BiModeBP : public BPredUnit class in inherits:BPredUnit
59 BiModeBP(const BiModeBPParams *params);
H A DBranchPredictor.py95 class BiModeBP(BranchPredictor): class in inherits:BranchPredictor
96 type = 'BiModeBP'
97 cxx_class = 'BiModeBP'
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py97 class O3_ARM_v7a_BP(BiModeBP):
H A Dex5_big.py99 class ex5_big_BP(BiModeBP):

Completed in 14 milliseconds