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

/gem5/src/cpu/minor/
H A Dscoreboard.cc51 Scoreboard::findIndex(const RegId& reg, Index &scoreboard_index) argument
62 scoreboard_index = reg.index();
66 scoreboard_index = TheISA::NumIntRegs + TheISA::NumCCRegs +
71 scoreboard_index = TheISA::NumIntRegs + TheISA::NumCCRegs +
76 scoreboard_index = TheISA::NumIntRegs + TheISA::NumCCRegs +
81 scoreboard_index = TheISA::NumIntRegs + TheISA::NumCCRegs +
86 scoreboard_index = TheISA::NumIntRegs + reg.index();
H A Dscoreboard.hh108 /** Sets scoreboard_index to the index into numResults of the
111 bool findIndex(const RegId& reg, Index &scoreboard_index);

Completed in 10 milliseconds