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

/gem5/src/cpu/o3/
H A Ddecode.hh121 void setDecodeQueue(TimeBuffer<DecodeStruct> *dq_ptr);
H A Drename.hh151 void setDecodeQueue(TimeBuffer<DecodeStruct> *dq_ptr);
H A Ddecode_impl.hh187 DefaultDecode<Impl>::setDecodeQueue(TimeBuffer<DecodeStruct> *dq_ptr) argument
189 decodeQueue = dq_ptr;
H A Drename_impl.hh242 DefaultRename<Impl>::setDecodeQueue(TimeBuffer<DecodeStruct> *dq_ptr) argument
244 decodeQueue = dq_ptr;

Completed in 12 milliseconds