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

/gem5/src/cpu/minor/
H A Dscoreboard.hh120 /** Clear down the dependencies for this instruction. clear_unpredictable
122 void clearInstDests(MinorDynInstPtr inst, bool clear_unpredictable);
H A Dscoreboard.cc183 Scoreboard::clearInstDests(MinorDynInstPtr inst, bool clear_unpredictable) argument
199 if (clear_unpredictable && numUnpredictableResults[index] != 0)

Completed in 5 milliseconds