gem5 v24.0.0.0
|
Public Member Functions | |
Access (AccessType _type) | |
Access (AccessType _type, uint32_t _value, int _first, int _last, uint32_t _ret) | |
bool | operator== (const Access &other) const |
Public Attributes | |
AccessType | type |
uint32_t | value = 0 |
int | first = 0 |
int | last = 0 |
uint32_t | ret = 0 |
Definition at line 986 of file reg_bank.test.cc.
|
inline |
Definition at line 994 of file reg_bank.test.cc.
|
inline |
Definition at line 995 of file reg_bank.test.cc.
|
inline |
int RegisterBankTest::Access::first = 0 |
Definition at line 990 of file reg_bank.test.cc.
Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().
int RegisterBankTest::Access::last = 0 |
Definition at line 991 of file reg_bank.test.cc.
Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().
uint32_t RegisterBankTest::Access::ret = 0 |
Definition at line 992 of file reg_bank.test.cc.
Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().
AccessType RegisterBankTest::Access::type |
Definition at line 988 of file reg_bank.test.cc.
Referenced by operator==().
uint32_t RegisterBankTest::Access::value = 0 |
Definition at line 989 of file reg_bank.test.cc.
Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().