Searched defs:nrand (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/pred/
H A Dltage.cc116 int nrand = random_mt.random<int>() & 3; local
H A Dtage.cc73 int nrand = random_mt.random<int>() & 3; local
H A Dloop_predictor.cc244 int nrand = random_mt.random<int>(); local
H A Dtage_sc_l_64KB.cc216 handleAllocAndUReset( bool alloc, bool taken, TAGEBase::BranchInfo* bi, int nrand) argument
H A Dtage_sc_l.cc436 int nrand = random_mt.random<int>() & 3; local
H A Dtage_sc_l_8KB.cc189 handleAllocAndUReset( bool alloc, bool taken, TAGEBase::BranchInfo* bi, int nrand) argument
H A Dtage_base.cc439 handleAllocAndUReset(bool alloc, bool taken, BranchInfo* bi, int nrand) argument
509 condBranchUpdate(ThreadID tid, Addr branch_pc, bool taken, BranchInfo* bi, int nrand, Addr corrTarget, bool pred, bool preAdjustAlloc) argument
H A Dmultiperspective_perceptron.cc497 int nrand = random_mt.random<int>() % specs.size(); local
H A Dmultiperspective_perceptron_tage.cc89 handleAllocAndUReset(bool alloc, bool taken, TAGEBase::BranchInfo* bi, int nrand) argument

Completed in 21 milliseconds