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

/gem5/src/cpu/pred/
H A Dsimple_indirect.cc95 Addr set_index = getSetIndex(br_addr, threadInfo[tid].ghr, tid); local
98 assert(set_index < numSets);
100 DPRINTF(Indirect, "Looking up %x (set:%d)\n", br_addr, set_index);
101 const auto &iset = targetCache[set_index];
187 Addr set_index = getSetIndex(hist_entry.pcAddr, *ghr, tid);
192 assert(set_index < numSets);
194 auto &iset = targetCache[set_index];
198 "%s)\n", seq_num, hist_entry.pcAddr, set_index, target);
205 seq_num, hist_entry.pcAddr, set_index, target);

Completed in 3 milliseconds