gem5
|
#include <Brig.h>
Public Attributes | |
BrigBase | base |
BrigCodeOffset32_t | symbol |
BrigOperandOffset32_t | reg |
BrigUInt64 | offset |
BrigBase Brig::BrigOperandAddress::base |
Definition at line 1462 of file Brig.h.
Referenced by AddrOperandBase::parseAddr().
BrigUInt64 Brig::BrigOperandAddress::offset |
Definition at line 1465 of file Brig.h.
Referenced by RegAddrOperand< RegOperandType >::init(), and NoRegAddrOperand::init().
BrigOperandOffset32_t Brig::BrigOperandAddress::reg |
Definition at line 1464 of file Brig.h.
Referenced by findRegDataType(), and RegAddrOperand< RegOperandType >::init().
BrigCodeOffset32_t Brig::BrigOperandAddress::symbol |
Definition at line 1463 of file Brig.h.
Referenced by findRegDataType(), and AddrOperandBase::parseAddr().