gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
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 910 of file reg_bank.test.cc.

Constructor & Destructor Documentation

◆ Access() [1/2]

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

Definition at line 918 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 919 of file reg_bank.test.cc.

Member Function Documentation

◆ operator==()

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

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

References first, last, ret, gem5::X86ISA::type, type, and value.

Member Data Documentation

◆ first

int RegisterBankTest::Access::first = 0

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

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

◆ last

int RegisterBankTest::Access::last = 0

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

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

◆ ret

uint32_t RegisterBankTest::Access::ret = 0

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

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

◆ type

AccessType RegisterBankTest::Access::type

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

Referenced by operator==().

◆ value

uint32_t RegisterBankTest::Access::value = 0

Definition at line 913 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 Wed Dec 21 2022 10:23:06 for gem5 by doxygen 1.9.1