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

/gem5/src/cpu/pred/
H A Dtage_sc_l.cc104 (i < firstLongTagTable) ? shortTagsSize : longTagsSize);
113 // Trick! We only allocate entries for tables 1 and firstLongTagTable and
117 gtable[firstLongTagTable] =
119 for (int i = 2; i < firstLongTagTable; ++i) {
122 for (int i = firstLongTagTable + 1; i <= nHistoryTables; ++i) {
123 gtable[i] = gtable[firstLongTagTable];
145 ((1 << histLengths[firstLongTagTable]) - 1)))
148 for (int i = firstLongTagTable; i <= nHistoryTables; i++) {
160 for (int i = 1; i <= firstLongTagTable - 1; i++) {
332 resetUctr(gtable[firstLongTagTable][
[all...]
H A Dtage_sc_l.hh53 const unsigned firstLongTagTable; member in class:TAGE_SC_L_TAGE
81 firstLongTagTable(p->firstLongTagTable),
H A DBranchPredictor.py235 firstLongTagTable = Param.Unsigned("First table with long tags") variable in class:TAGE_SC_L_TAGE
269 firstLongTagTable = 13 variable in class:TAGE_SC_L_TAGE_64KB
288 firstLongTagTable = 11 variable in class:TAGE_SC_L_TAGE_8KB

Completed in 12 milliseconds