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

/gem5/src/cpu/minor/
H A Dscoreboard.cc117 unsigned int num_dests = staticInst->numDestRegs(); local
120 for (unsigned int dest_index = 0; dest_index < num_dests;
189 unsigned int num_dests = staticInst->numDestRegs(); local
192 for (unsigned int dest_index = 0; dest_index < num_dests;

Completed in 4 milliseconds