Searched refs:branchPred (Results 1 - 14 of 14) sorted by relevance

/gem5/src/cpu/simple/
H A DBaseSimpleCPU.py54 branchPred = Param.BranchPredictor(NULL, "Branch Predictor") variable in class:BaseSimpleCPU
H A Dbase.cc90 branchPred(p->branchPred),
564 if (branchPred && curStaticInst &&
571 branchPred->predict(curStaticInst, cur_sn, t_info.predPC,
693 if (branchPred && curStaticInst && curStaticInst->isControl()) {
700 branchPred->update(cur_sn, curThread);
703 branchPred->squash(cur_sn, thread->pcState(), branching, curThread);
H A Dbase.hh88 BPredUnit *branchPred; member in class:BaseSimpleCPU
/gem5/configs/example/
H A Dse.py241 system.cpu[i].branchPred = bpClass()
245 system.cpu[i].branchPred.indirectBranchPred = indirectBPClass()
H A Dfs.py208 test_sys.cpu[i].branchPred = bpClass()
212 test_sys.cpu[i].branchPred.indirectBranchPred = \
/gem5/src/cpu/o3/
H A Dfetch_impl.hh86 branchPred(nullptr),
142 branchPred = params->branchPred;
456 branchPred->drainSanityCheck();
574 predict_taken = branchPred->predict(inst->staticInst, inst->seqNum,
1027 branchPred->squash(fromCommit->commitInfo[tid].doneSeqNum,
1032 branchPred->squash(fromCommit->commitInfo[tid].doneSeqNum,
1040 branchPred->update(fromCommit->commitInfo[tid].doneSeqNum, tid);
1050 branchPred->squash(fromDecode->decodeInfo[tid].doneSeqNum,
1055 branchPred
[all...]
H A DO3CPU.py176 branchPred = Param.BranchPredictor(TournamentBP(numThreads = variable in class:DerivO3CPU
H A Dfetch.hh436 BPredUnit *branchPred; member in class:DefaultFetch
/gem5/src/cpu/minor/
H A DMinorCPU.py287 branchPred = Param.BranchPredictor(TournamentBP( variable in class:MinorCPU
H A Dfetch2.cc72 branchPredictor(*params.branchPred),
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py149 branchPred = O3_ARM_v7a_BP() variable in class:O3_ARM_v7a_3
H A Dex5_big.py150 branchPred = ex5_big_BP() variable in class:ex5_big
H A DHPI.py1447 branchPred = HPI_BP() variable in class:HPI
/gem5/configs/common/
H A DSimulation.py485 switch_cpus[i].branchPred = bpClass()
489 switch_cpus[i].branchPred.indirectBranchPred = \

Completed in 40 milliseconds