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

/gem5/src/cpu/minor/
H A Dexecute.cc127 * which need to be accounted for in the inFlightInsts
183 executeInfo[tid].inFlightInsts = new Queue<QueuedInst,
185 name_ + ".inFlightInsts" + tid_str, "insts", total_slots);
613 * inFlightInsts queue rather than having an FU. */
638 thread.inFlightInsts->push(fu_inst);
764 thread.inFlightInsts->push(fu_inst);
939 * until it gets to the head of inFlightInsts */
1034 * We do this by looping on the front of the inFlightInsts queue for as
1051 * than their position in the inFlightInsts queue, but after all
1066 if (only_commit_microops && !ex_info.inFlightInsts
[all...]
H A Dexecute.hh167 Queue<QueuedInst, ReportTraitsAdaptor<QueuedInst> > *inFlightInsts; member in struct:Minor::Execute::ExecuteThreadInfo
338 * inFlightInsts instruction queue */

Completed in 9 milliseconds