gem5 v24.0.0.0
Loading...
Searching...
No Matches
RegisterBankTest::Access Struct Reference

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
 

Detailed Description

Definition at line 986 of file reg_bank.test.cc.

Constructor & Destructor Documentation

◆ Access() [1/2]

RegisterBankTest::Access::Access ( AccessType _type)
inline

Definition at line 994 of file reg_bank.test.cc.

◆ Access() [2/2]

RegisterBankTest::Access::Access ( AccessType _type,
uint32_t _value,
int _first,
int _last,
uint32_t _ret )
inline

Definition at line 995 of file reg_bank.test.cc.

Member Function Documentation

◆ operator==()

bool RegisterBankTest::Access::operator== ( const Access & other) const
inline

Definition at line 1002 of file reg_bank.test.cc.

References first, last, ret, type, and value.

Member Data Documentation

◆ first

int RegisterBankTest::Access::first = 0

Definition at line 990 of file reg_bank.test.cc.

Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().

◆ last

int RegisterBankTest::Access::last = 0

Definition at line 991 of file reg_bank.test.cc.

Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().

◆ ret

uint32_t RegisterBankTest::Access::ret = 0

Definition at line 992 of file reg_bank.test.cc.

Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().

◆ type

AccessType RegisterBankTest::Access::type

Definition at line 988 of file reg_bank.test.cc.

Referenced by operator==().

◆ value

uint32_t RegisterBankTest::Access::value = 0

Definition at line 989 of file reg_bank.test.cc.

Referenced by operator==(), and RegisterBankTest::TestReg::TestReg().


The documentation for this struct was generated from the following file:

Generated on Tue Jun 18 2024 16:24:09 for gem5 by doxygen 1.11.0