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

/gem5/src/cpu/minor/
H A Dexecute.hh113 unsigned int noCostFUIndex; member in class:Minor::Execute
H A Dexecute.cc81 noCostFUIndex(fuDescriptions.funcUnits.size() + 1),
619 fu_index = noCostFUIndex;
630 DPRINTF(MinorExecute, "Issuing %s to %d\n", inst->id, noCostFUIndex);
631 inst->fuIndex = noCostFUIndex;
1304 if (inst->fuIndex != noCostFUIndex) {
1720 bool can_execute_fu_inst = inst->fuIndex == noCostFUIndex;
1722 inst->fuIndex != noCostFUIndex)

Completed in 11 milliseconds