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

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc350 unsigned indBiasBank = getIndBiasBank(branch_pc, bi, hitBank, altBank); local
355 (2 * biasBank[indBiasBank] + 1)));
358 (2 * biasBank[indBiasBank] + 1)) >= 0) != (xsum >= 0))
363 (2 * biasBank[indBiasBank] + 1) >= 0) == taken),
369 ctrUpdate(biasBank[indBiasBank], taken, scCountersWidth);

Completed in 10 milliseconds