Searched refs:histLengths (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage_sc_l.cc81 histLengths[1] = minHist;
82 histLengths[numHistLengths] = maxHist;
86 // They are initially set to the lower half of histLengths
88 histLengths[i] = (int) (((double) minHist *
98 histLengths[i] = histLengths[(i + 1) / 2];
145 ((1 << histLengths[firstLongTagTable]) - 1)))
157 t = (pc ^ (threadHistory[tid].pathHist & ((1 << histLengths[1]) - 1)))
183 int hlen = (histLengths[bank] > pathHistBits) ? pathHistBits :
184 histLengths[ban
[all...]
H A Dtage_sc_l_8KB.cc153 histLengths[i], 17 + (2 * ((i - 1) / 2) % 4));
159 histLengths[i], logTagTableSizes[i], tagTableTagWidths[i]);
176 int hlen = (histLengths[bank] > pathHistBits) ? pathHistBits :
177 histLengths[bank];
H A Dtage_base.cc113 histLengths = new int [nHistoryTables+1];
150 histLengths[i], (logTagTableSizes[i]));
156 histLengths[i], logTagTableSizes[i], tagTableTagWidths[i]);
171 histLengths[1] = minHist;
172 histLengths[nHistoryTables] = maxHist;
175 histLengths[i] = (int) (((double) minHist *
228 int hlen = (histLengths[bank] > pathHistBits) ? pathHistBits :
229 histLengths[bank];
817 bits += histLengths[nHistoryTables];
H A Dtage_base.hh466 int *histLengths; member in class:TAGEBase
H A Dmultiperspective_perceptron_tage.cc48 histLengths[i] = tunedHistoryLengths[i];

Completed in 20 milliseconds