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

/gem5/src/cpu/minor/
H A Dexecute.cc150 bool found_fu = false; local
153 while (fu_index < numFuncUnits && !found_fu)
158 found_fu = true;
163 if (!found_fu) {

Completed in 5 milliseconds