gem5
|
#include <operand.hh>
Public Member Functions | |
BrigRegOperandInfo (Brig::BrigKind16_t _kind, Brig::BrigRegisterKind _regKind) | |
BrigRegOperandInfo (Brig::BrigKind16_t _kind, Brig::BrigType _type) | |
BrigRegOperandInfo () | |
Public Attributes | |
Brig::BrigKind16_t | kind |
Brig::BrigType | type |
Brig::BrigRegisterKind | regKind |
Definition at line 77 of file operand.hh.
|
inline |
Definition at line 84 of file operand.hh.
|
inline |
Definition at line 90 of file operand.hh.
|
inline |
Definition at line 95 of file operand.hh.
Brig::BrigKind16_t BrigRegOperandInfo::kind |
Definition at line 80 of file operand.hh.
Referenced by HsailISA::decodeAtomicHelper(), HsailISA::decodeLd(), HsailISA::decodeLd2(), HsailISA::decodeLda(), and HsailISA::decodeSt().
Brig::BrigRegisterKind BrigRegOperandInfo::regKind |
Definition at line 82 of file operand.hh.
Referenced by HsailISA::decodeAtomicHelper(), HsailISA::decodeLd(), HsailISA::decodeLd2(), HsailISA::decodeLda(), and HsailISA::decodeSt().
Brig::BrigType BrigRegOperandInfo::type |
Definition at line 81 of file operand.hh.
Referenced by HsailISA::decodeAtomicHelper(), HsailISA::decodeLda(), and HsailISA::decodeSt().