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

/gem5/src/cpu/minor/
H A Dscoreboard.hh81 std::vector<int> fuIndices; member in class:Minor::Scoreboard
102 fuIndices(numRegs, 0),
H A Dscoreboard.cc139 fuIndices[index] = inst->fuIndex;
207 fuIndices[index] = -1;
257 bool cant_forward = fuIndices[index] != 1 &&

Completed in 4 milliseconds