Searched refs:tagTableUBits (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/pred/
H A DBranchPredictor.py127 tagTableUBits = Param.Unsigned(2, "Number of tag table u bits") variable in class:TAGEBase
250 tagTableUBits = 1 variable in class:TAGE_SC_L_TAGE_64KB
294 tagTableUBits = 2 variable in class:TAGE_SC_L_TAGE_8KB
H A Dtage_base.cc53 tagTableUBits(p->tagTableUBits),
91 assert(tagTableUBits <= 2 && (tagTableUBits > 0));
575 bi->tagePred == taken, tagTableUBits);
811 (tagTableCounterBits + tagTableUBits + tagTableTagWidths[i]);
H A Dtage_base.hh423 const unsigned tagTableUBits; member in class:TAGEBase
H A Dtage_sc_l_64KB.cc307 (gtable[bi->hitBank][bi->hitBankIndex].u < (1 << tagTableUBits) -1)) {
H A Dtage_sc_l_8KB.cc315 (gtable[bi->hitBank][bi->hitBankIndex].u < (1 << tagTableUBits) -1)) {
H A Dmultiperspective_perceptron_tage.cc83 (gtable[bi->hitBank][bi->hitBankIndex].u < (1 << tagTableUBits) -1)) {

Completed in 20 milliseconds