Searched defs:instShiftAmt (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/pred/
H A Dbtb.hh124 unsigned instShiftAmt; member in class:DefaultBTB
H A Dloop_predictor.cc272 loopPredict(ThreadID tid, Addr branch_pc, bool cond_branch, BranchInfo* bi, bool prev_pred_taken, unsigned instShiftAmt) argument
326 condBranchUpdate(ThreadID tid, Addr branch_pc, bool taken, bool tage_pred, BranchInfo* bi, unsigned instShiftAmt) argument
H A Dbpred_unit.hh321 const unsigned instShiftAmt; member in class:BPredUnit
H A Dtage_base.hh485 const unsigned instShiftAmt; member in class:TAGEBase
H A DBranchPredictor.py55 instShiftAmt = Param.Unsigned(2, "Number of bits to shift instructions by") variable in class:SimpleIndirectPredictor
67 instShiftAmt = Param.Unsigned(2, "Number of bits to shift instructions by") variable in class:BranchPredictor
111 instShiftAmt = Param.Unsigned(Parent.instShiftAmt, variable in class:TAGEBase
587 instShiftAmt = 0 variable in class:MPP_TAGE
660 instShiftAmt = 4 variable in class:MultiperspectivePerceptronTAGE
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py105 instShiftAmt = 2 variable in class:O3_ARM_v7a_BP
H A Dex5_big.py107 instShiftAmt = 2 variable in class:ex5_big_BP
H A DHPI.py1364 instShiftAmt = 2 variable in class:HPI_BP

Completed in 27 milliseconds