gem5
v20.0.0.2
|
Public Member Functions | |
LSQEntry () | |
Constructs an empty store queue entry. More... | |
~LSQEntry () | |
void | clear () |
void | set (const DynInstPtr &inst) |
LSQRequest * | request () |
void | setRequest (LSQRequest *r) |
bool | hasRequest () |
bool | valid () const |
Member accessors. More... | |
uint32_t & | size () |
const uint32_t & | size () const |
const DynInstPtr & | instruction () const |
Private Attributes | |
DynInstPtr | inst |
The instruction. More... | |
LSQRequest * | req |
The request. More... | |
uint32_t | _size |
The size of the operation. More... | |
bool | _valid |
Valid entry. More... | |
Definition at line 91 of file lsq_unit.hh.
|
inline |
Constructs an empty store queue entry.
Definition at line 104 of file lsq_unit.hh.
|
inline |
Definition at line 109 of file lsq_unit.hh.
|
inline |
Definition at line 119 of file lsq_unit.hh.
Referenced by LSQUnit< Impl >::SQEntry::clear().
|
inline |
Definition at line 140 of file lsq_unit.hh.
|
inline |
Definition at line 146 of file lsq_unit.hh.
References LSQUnit< Impl >::LSQEntry::inst.
Referenced by LSQUnit< Impl >::read().
|
inline |
Definition at line 138 of file lsq_unit.hh.
References LSQUnit< Impl >::LSQEntry::req.
|
inline |
Definition at line 131 of file lsq_unit.hh.
References LSQUnit< Impl >::LSQEntry::inst.
Referenced by LSQUnit< Impl >::SQEntry::set().
|
inline |
Definition at line 139 of file lsq_unit.hh.
References MipsISA::r.
Referenced by LSQUnit< Impl >::read().
|
inline |
Definition at line 144 of file lsq_unit.hh.
References LSQUnit< Impl >::LSQEntry::_size.
Referenced by LSQUnit< Impl >::write().
|
inline |
Definition at line 145 of file lsq_unit.hh.
References LSQUnit< Impl >::LSQEntry::_size.
|
inline |
Member accessors.
Definition at line 143 of file lsq_unit.hh.
References LSQUnit< Impl >::LSQEntry::_valid.
Referenced by LSQUnit< Impl >::write().
|
private |
The size of the operation.
Definition at line 99 of file lsq_unit.hh.
Referenced by LSQUnit< Impl >::LSQEntry::size().
|
private |
Valid entry.
Definition at line 101 of file lsq_unit.hh.
Referenced by LSQUnit< Impl >::LSQEntry::valid().
|
private |
The instruction.
Definition at line 95 of file lsq_unit.hh.
Referenced by LSQUnit< Impl >::LSQEntry::instruction(), LSQUnit< Impl >::LSQUnit(), LSQUnit< Impl >::LSQEntry::set(), and LSQUnit< Impl >::SQEntry::set().
|
private |
The request.
Definition at line 97 of file lsq_unit.hh.
Referenced by LSQUnit< Impl >::LSQEntry::request().