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

/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.cc219 unsigned ridx = idx + seq_entry.delta; local
222 if (ridx < reconstructionEntries &&
223 reconstruction[ridx] == MaxAddr) {
224 reconstruction[ridx] = rec_addr;
225 } else if ((ridx + 1) < reconstructionEntries &&
226 reconstruction[ridx + 1] == MaxAddr) {
227 reconstruction[ridx + 1] = rec_addr;
228 } else if ((ridx + 2) < reconstructionEntries &&
229 reconstruction[ridx + 2] == MaxAddr) {
230 reconstruction[ridx
[all...]
/gem5/src/cpu/o3/
H A Dcpu.cc244 for (RegIndex ridx = 0; ridx < TheISA::NumIntRegs; ++ridx) {
248 renameMap[tid].setEntry(RegId(IntRegClass, ridx), phys_reg);
249 commitRenameMap[tid].setEntry(RegId(IntRegClass, ridx), phys_reg);
252 for (RegIndex ridx = 0; ridx < TheISA::NumFloatRegs; ++ridx) {
254 renameMap[tid].setEntry(RegId(FloatRegClass, ridx), phys_reg);
256 RegId(FloatRegClass, ridx), phys_re
[all...]

Completed in 7 milliseconds