Searched defs:squashInst (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/o3/
H A Dcomm.hh123 DynInstPtr squashInst; member in struct:TimeBufStruct::decodeComm
182 DynInstPtr squashInst; // *F member in struct:TimeBufStruct::commitComm
H A Ddecode.hh292 DynInstPtr squashInst[Impl::MaxThreads]; member in class:DefaultDecode
H A Dfetch_impl.hh761 doSquash(const TheISA::PCState &newPC, const DynInstPtr squashInst, ThreadID tid) argument
813 squashFromDecode(const TheISA::PCState &newPC, const DynInstPtr squashInst, const InstSeqNum seq_num, ThreadID tid) argument
883 squash(const TheISA::PCState &newPC, const InstSeqNum seq_num, DynInstPtr squashInst, ThreadID tid) argument
[all...]

Completed in 13 milliseconds