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

/gem5/src/cpu/o3/
H A Drename.hh92 typedef std::deque<DynInstPtr> InstQueue; typedef in class:DefaultRename
290 /** Either serializes on the next instruction available in the InstQueue,
297 void serializeAfter(InstQueue &inst_list, ThreadID tid);
356 InstQueue insts[Impl::MaxThreads];
359 InstQueue skidBuffer[Impl::MaxThreads];
H A Drename_impl.hh613 InstQueue &insts_to_rename = renameStatus[tid] == Unblocking ?
824 typename InstQueue::iterator it;
1433 DefaultRename<Impl>::serializeAfter(InstQueue &inst_list, ThreadID tid)

Completed in 10 milliseconds