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

/gem5/src/cpu/pred/
H A Dtage_base.hh132 int bimodalIndex; member in struct:TAGEBase::BranchInfo
161 bimodalIndex(0),
H A Dtage_base.cc290 return btablePrediction[bi->bimodalIndex];
299 int inter = (btablePrediction[bi->bimodalIndex] << 1)
300 + btableHysteresis[bi->bimodalIndex >> logRatioBiModalHystEntries];
309 btablePrediction[bi->bimodalIndex] = pred;
310 btableHysteresis[bi->bimodalIndex >> logRatioBiModalHystEntries] = hyst;
366 bi->bimodalIndex = bindex(pc);
H A Dtage_sc_l.cc345 int bim = (btablePrediction[bi->bimodalIndex] << 1)
346 + btableHysteresis[bi->bimodalIndex >> logRatioBiModalHystEntries];
H A Dmultiperspective_perceptron_tage.cc238 int bim = (btablePrediction[bi->bimodalIndex] << 1)
239 + btableHysteresis[bi->bimodalIndex >> logRatioBiModalHystEntries];

Completed in 14 milliseconds