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

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc348 unsigned indBias = getIndBias(branch_pc, bi, b); local
353 ((wb[indUpds] >= 0) * ((2 * bias[indBias] + 1) +
357 if ((xsum + ((2 * bias[indBias] + 1) + (2 * biasSK[indBiasSK] + 1) +
361 (((2 * bias[indBias] + 1) +
367 ctrUpdate(bias[indBias], taken, scCountersWidth);
H A Dmultiperspective_perceptron_tage.cc589 unsigned indBias = getIndBias(branch_pc, bi, false); local
592 ctrUpdate(bias[indBias], taken, scCountersWidth);

Completed in 9 milliseconds