Lines Matching refs:BTB
60 BTB(params->BTBEntries,
94 .desc("Number of BTB lookups")
99 .desc("Number of BTB hits")
104 .desc("Number of correct BTB predictions (this stat may not "
110 .desc("BTB Hit Percentage")
176 // If so, get its target addr either from the BTB or the RAS.
217 // Now lookup in the BTB or RAS.
255 // Check BTB on direct branches
256 if (BTB.valid(pc.instAddr(), tid)) {
258 // If it's not a return, use the BTB to get target addr.
259 target = BTB.lookup(pc.instAddr(), tid);
265 DPRINTF(Branch, "[tid:%i] [sn:%llu] BTB doesn't have a "
269 // because the BTB did not have an entry
505 "BTB Update called for [sn:%llu] "
509 BTB.update((*hist_it).pc, corrTarget, tid);