Searched refs:tunebits (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc117 biasmostly1(p->biasmostly1), nbest(p->nbest), tunebits(p->tunebits),
183 totalbits += (threshold >= 0) ? (tunebits * specs.size()) : 0;
430 if (mpreds[i] == (1 << tunebits) - 1) {
H A DBranchPredictor.py525 tunebits = Param.Int(24, "Number of bits in misprediction counters") variable in class:MultiperspectivePerceptron
H A Dmultiperspective_perceptron.hh265 const int tunebits; member in class:MultiperspectivePerceptron

Completed in 17 milliseconds