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

/gem5/src/cpu/minor/
H A Dexecute.cc637 QueuedInst fu_inst(inst);
638 thread.inFlightInsts->push(fu_inst);
703 QueuedInst fu_inst(inst);
744 thread.inFUMemInsts->push(fu_inst);
748 fu->push(fu_inst);
764 thread.inFlightInsts->push(fu_inst);
1170 const MinorDynInstPtr &fu_inst = fu->front().inst; local
1174 if (!fu_inst->isBubble() &&
1175 !fu_inst->inLSQ &&
1176 fu_inst
1207 QueuedInst &fu_inst = local
1711 const MinorDynInstPtr &fu_inst = fu->front().inst; local
1724 QueuedInst& fu_inst = funcUnits[inst->fuIndex]->front(); local
[all...]

Completed in 5 milliseconds