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

/gem5/src/cpu/o3/
H A Ddecode.cc34 template class DefaultDecode<O3CPUImpl>;
H A Ddecode_impl.hh62 DefaultDecode<Impl>::DefaultDecode(O3CPU *_cpu, DerivO3CPUParams *params) function in class:DefaultDecode
89 DefaultDecode<Impl>::startupStage()
96 DefaultDecode<Impl>::clearStates(ThreadID tid)
104 DefaultDecode<Impl>::resetStage()
118 DefaultDecode<Impl>::name() const
125 DefaultDecode<Impl>::regStats()
172 DefaultDecode<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr)
187 DefaultDecode<Impl>::setDecodeQueue(TimeBuffer<DecodeStruct> *dq_ptr)
197 DefaultDecode<Imp
[all...]
H A Dcpu_policy.hh81 typedef DefaultDecode<Impl> Decode;
H A Ddecode.hh54 * DefaultDecode class handles both single threaded and SMT
61 class DefaultDecode class
101 /** DefaultDecode constructor. */
102 DefaultDecode(O3CPU *_cpu, DerivO3CPUParams *params);

Completed in 8 milliseconds