Lines Matching refs:Impl

56 template <class Impl>
58 O3ThreadContext<Impl>::getVirtProxy()
63 template <class Impl>
65 O3ThreadContext<Impl>::dumpFuncProfile()
70 template <class Impl>
72 O3ThreadContext<Impl>::takeOverFrom(ThreadContext *old_context)
86 template <class Impl>
88 O3ThreadContext<Impl>::activate()
103 template <class Impl>
105 O3ThreadContext<Impl>::suspend()
125 template <class Impl>
127 O3ThreadContext<Impl>::halt()
145 template <class Impl>
147 O3ThreadContext<Impl>::regStats(const std::string &name)
155 template <class Impl>
157 O3ThreadContext<Impl>::readLastActivate()
162 template <class Impl>
164 O3ThreadContext<Impl>::readLastSuspend()
169 template <class Impl>
171 O3ThreadContext<Impl>::profileClear()
176 template <class Impl>
178 O3ThreadContext<Impl>::profileSample()
183 template <class Impl>
185 O3ThreadContext<Impl>::copyArchRegs(ThreadContext *tc)
199 template <class Impl>
201 O3ThreadContext<Impl>::clearArchRegs()
206 template <class Impl>
208 O3ThreadContext<Impl>::readIntRegFlat(RegIndex reg_idx) const
213 template <class Impl>
215 O3ThreadContext<Impl>::readFloatRegFlat(RegIndex reg_idx) const
220 template <class Impl>
222 O3ThreadContext<Impl>::readVecRegFlat(RegIndex reg_id) const
227 template <class Impl>
229 O3ThreadContext<Impl>::getWritableVecRegFlat(RegIndex reg_id)
234 template <class Impl>
236 O3ThreadContext<Impl>::readVecElemFlat(RegIndex idx,
242 template <class Impl>
244 O3ThreadContext<Impl>::readVecPredRegFlat(RegIndex reg_id) const
249 template <class Impl>
251 O3ThreadContext<Impl>::getWritableVecPredRegFlat(RegIndex reg_id)
256 template <class Impl>
258 O3ThreadContext<Impl>::readCCRegFlat(RegIndex reg_idx) const
263 template <class Impl>
265 O3ThreadContext<Impl>::setIntRegFlat(RegIndex reg_idx, RegVal val)
272 template <class Impl>
274 O3ThreadContext<Impl>::setFloatRegFlat(RegIndex reg_idx, RegVal val)
281 template <class Impl>
283 O3ThreadContext<Impl>::setVecRegFlat(
291 template <class Impl>
293 O3ThreadContext<Impl>::setVecElemFlat(RegIndex idx,
300 template <class Impl>
302 O3ThreadContext<Impl>::setVecPredRegFlat(RegIndex reg_idx,
310 template <class Impl>
312 O3ThreadContext<Impl>::setCCRegFlat(RegIndex reg_idx, RegVal val)
319 template <class Impl>
321 O3ThreadContext<Impl>::pcState(const TheISA::PCState &val)
328 template <class Impl>
330 O3ThreadContext<Impl>::pcStateNoRecord(const TheISA::PCState &val)
337 template <class Impl>
339 O3ThreadContext<Impl>::flattenRegId(const RegId& regId) const
344 template <class Impl>
346 O3ThreadContext<Impl>::setMiscRegNoEffect(RegIndex misc_reg, RegVal val)
353 template <class Impl>
355 O3ThreadContext<Impl>::setMiscReg(RegIndex misc_reg, RegVal val)