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

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc176 StatisticalCorrector::gIndex(Addr branch_pc, int64_t bhist, int logs, int nbr, argument
179 return (((int64_t) branch_pc) ^ bhist ^ (bhist >> (8 - i)) ^
180 (bhist >> (16 - 2 * i)) ^ (bhist >> (24 - 3 * i)) ^
181 (bhist >> (32 - 3 * i)) ^ (bhist >> (40 - 4 * i))) &
192 int64_t bhist = hist & ((int64_t) ((1 << length[i]) - 1)); local
193 int64_t index = gIndex(branch_pc, bhist, logs, nbr, i);
209 int64_t bhist local
[all...]
H A Dstatistical_corrector.hh236 int64_t gIndex(Addr branch_pc, int64_t bhist, int logs, int nbr, int i);
H A Dmultiperspective_perceptron_tage.cc340 int64_t bhist = hist & ((int64_t) ((1 << length[i]) - 1)); local
341 int64_t index = gIndex(branch_pc, bhist, logs, nbr, i);

Completed in 8 milliseconds