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

/gem5/src/cpu/minor/
H A Dscoreboard.hh91 std::vector<InstSeqNum> writingInst; member in class:Minor::Scoreboard
104 writingInst(numRegs, 0)
H A Dscoreboard.cc137 if (inst->id.execSeqNum > writingInst[index]) {
138 writingInst[index] = inst->id.execSeqNum;
171 if (writingInst[index] > ret)
172 ret = writingInst[index];
206 writingInst[index] = 0;
310 << writingInst[i] << ')'; local

Completed in 5 milliseconds