Searched defs:head_inst (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Drob_impl.hh252 DynInstPtr head_inst = std::move(*head_it); local
424 DynInstPtr head_inst = (*head_thread); local
[all...]
H A Dcommit_impl.hh645 DefaultCommit<Impl>::squashAfter(ThreadID tid, const DynInstPtr &head_inst) argument
993 DynInstPtr head_inst; local
1154 commitHead(const DynInstPtr &head_inst, unsigned inst_num) argument
1540 const DynInstPtr &head_inst = rob->readHeadInst(tid); local
[all...]
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc306 ElasticTrace::addSquashedInst(const DynInstConstPtr& head_inst) argument
334 ElasticTrace::addCommittedInst(const DynInstConstPtr& head_inst) argument
393 addDepTraceRecord(const DynInstConstPtr& head_inst, InstExecInfo* exec_info_ptr, bool commit) argument
656 clearTempStoreUntil(const DynInstConstPtr& head_inst) argument
[all...]
/gem5/src/cpu/minor/
H A Dexecute.cc1547 const QueuedInst &head_inst = info.inFlightInsts->front(); local

Completed in 21 milliseconds