gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType > Class Template Reference

#include <mem.hh>

Inheritance diagram for HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >:
HsailISA::StInstBase< MemDataType, SrcDataType::OperandType, AddrOperandType > HsailISA::MemInst HsailISA::HsailGPUStaticInst GPUStaticInst

Public Member Functions

void generateDisassembly () override
 
 StInst (const Brig::BrigInstBase *ib, const BrigObject *obj, const char *_opcode, int srcIdx)
 
void initiateAcc (GPUDynInstPtr gpuDynInst) override
 
void completeAcc (GPUDynInstPtr gpuDynInst) override
 
bool isVectorRegister (int operandIndex) override
 
bool isCondRegister (int operandIndex) override
 
bool isScalarRegister (int operandIndex) override
 
bool isSrcOperand (int operandIndex) override
 
bool isDstOperand (int operandIndex) override
 
int getOperandSize (int operandIndex) override
 
int getRegisterIndex (int operandIndex, GPUDynInstPtr gpuDynInst) override
 
int getNumOperands () override
 
void execute (GPUDynInstPtr gpuDynInst) override
 
- Public Member Functions inherited from HsailISA::StInstBase< MemDataType, SrcDataType::OperandType, AddrOperandType >
 StInstBase (const Brig::BrigInstBase *ib, const BrigObject *obj, const char *_opcode)
 
int numDstRegOperands () override
 
int numSrcRegOperands () override
 
int getNumOperands () override
 
bool isVectorRegister (int operandIndex) override
 
bool isCondRegister (int operandIndex) override
 
bool isScalarRegister (int operandIndex) override
 
bool isSrcOperand (int operandIndex) override
 
bool isDstOperand (int operandIndex) override
 
int getOperandSize (int operandIndex) override
 
int getRegisterIndex (int operandIndex, GPUDynInstPtr gpuDynInst) override
 
- Public Member Functions inherited from HsailISA::HsailGPUStaticInst
 HsailGPUStaticInst (const BrigObject *obj, const std::string &opcode)
 
int instSize () const override
 
bool isValid () const override
 
- Public Member Functions inherited from GPUStaticInst
 GPUStaticInst (const std::string &opcode)
 
void instAddr (int inst_addr)
 
int instAddr () const
 
int nextInstAddr () const
 
void instNum (int num)
 
int instNum ()
 
void ipdInstNum (int num)
 
int ipdInstNum () const
 
const std::string & disassemble ()
 
bool isALU () const
 
bool isBranch () const
 
bool isNop () const
 
bool isReturn () const
 
bool isUnconditionalJump () const
 
bool isSpecialOp () const
 
bool isWaitcnt () const
 
bool isBarrier () const
 
bool isMemFence () const
 
bool isMemRef () const
 
bool isFlat () const
 
bool isLoad () const
 
bool isStore () const
 
bool isAtomic () const
 
bool isAtomicNoRet () const
 
bool isAtomicRet () const
 
bool isScalar () const
 
bool readsSCC () const
 
bool writesSCC () const
 
bool readsVCC () const
 
bool writesVCC () const
 
bool isAtomicAnd () const
 
bool isAtomicOr () const
 
bool isAtomicXor () const
 
bool isAtomicCAS () const
 
bool isAtomicExch () const
 
bool isAtomicAdd () const
 
bool isAtomicSub () const
 
bool isAtomicInc () const
 
bool isAtomicDec () const
 
bool isAtomicMax () const
 
bool isAtomicMin () const
 
bool isArgLoad () const
 
bool isGlobalMem () const
 
bool isLocalMem () const
 
bool isArgSeg () const
 
bool isGlobalSeg () const
 
bool isGroupSeg () const
 
bool isKernArgSeg () const
 
bool isPrivateSeg () const
 
bool isReadOnlySeg () const
 
bool isSpillSeg () const
 
bool isWorkitemScope () const
 
bool isWavefrontScope () const
 
bool isWorkgroupScope () const
 
bool isDeviceScope () const
 
bool isSystemScope () const
 
bool isNoScope () const
 
bool isRelaxedOrder () const
 
bool isAcquire () const
 
bool isRelease () const
 
bool isAcquireRelease () const
 
bool isNoOrder () const
 
bool isGloballyCoherent () const
 Coherence domain of a memory instruction. More...
 
bool isSystemCoherent () const
 
virtual uint32_t getTargetPc ()
 
void setFlag (Flags flag)
 
virtual void execLdAcq (GPUDynInstPtr gpuDynInst)
 
virtual void execAtomic (GPUDynInstPtr gpuDynInst)
 
virtual void execAtomicAcq (GPUDynInstPtr gpuDynInst)
 
- Public Member Functions inherited from HsailISA::MemInst
 MemInst ()
 
 MemInst (Enums::MemType m_type)
 
void init_addr (AddrOperandBase *_addr_operand)
 
int getMemOperandSize ()
 
AddrOperandBasegetAddressOperand ()
 

Public Attributes

SrcDataType::OperandType::SrcOperand src_vect [4]
 
uint16_t num_src_operands
 
- Public Attributes inherited from HsailISA::StInstBase< MemDataType, SrcDataType::OperandType, AddrOperandType >
SrcDataType::OperandType::SrcOperand src
 
AddrOperandType addr
 
Brig::BrigSegment segment
 
Brig::BrigMemoryScope memoryScope
 
Brig::BrigMemoryOrder memoryOrder
 
unsigned int equivClass
 
- Public Attributes inherited from GPUStaticInst
Enums::StorageClassType executed_as
 

Private Member Functions

void execSt (GPUDynInstPtr gpuDynInst) override
 

Additional Inherited Members

- Static Public Attributes inherited from GPUStaticInst
static uint64_t dynamic_id_count
 
- Protected Attributes inherited from HsailISA::HsailGPUStaticInst
HsailCodehsailCode
 
- Protected Attributes inherited from GPUStaticInst
const std::string opcode
 
std::string disassembly
 
int _instNum
 
int _instAddr
 
int _ipdInstNum
 Identifier of the immediate post-dominator instruction. More...
 
std::bitset< Num_Flags > _flags
 

Detailed Description

template<typename MemDataType, typename SrcDataType, typename AddrOperandType>
class HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >

Definition at line 951 of file mem.hh.

Constructor & Destructor Documentation

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::StInst ( const Brig::BrigInstBase ib,
const BrigObject obj,
const char *  _opcode,
int  srcIdx 
)
inline

Member Function Documentation

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
void HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::completeAcc ( GPUDynInstPtr  gpuDynInst)
inlineoverridevirtual

Reimplemented from GPUStaticInst.

Definition at line 1034 of file mem.hh.

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
void HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::execSt ( GPUDynInstPtr  gpuDynInst)
inlineoverrideprivatevirtual
template<typename OperationType , typename SrcDataType , typename AddrRegOperandType >
void HsailISA::StInst< OperationType, SrcDataType, AddrRegOperandType >::execute ( GPUDynInstPtr  gpuDynInst)
overridevirtual
template<typename OperationType , typename SrcDataType , typename AddrRegOperandType >
void HsailISA::StInst< OperationType, SrcDataType, AddrRegOperandType >::generateDisassembly ( )
overridevirtual

Reimplemented from HsailISA::HsailGPUStaticInst.

Definition at line 506 of file mem_impl.hh.

References addr, csprintf(), fatal, ArmISA::opcode, and segmentNames.

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
int HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::getNumOperands ( )
inlineoverridevirtual
template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
int HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::getOperandSize ( int  operandIndex)
inlineoverridevirtual
template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
int HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::getRegisterIndex ( int  operandIndex,
GPUDynInstPtr  gpuDynInst 
)
inlineoverridevirtual
template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
void HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::initiateAcc ( GPUDynInstPtr  gpuDynInst)
inlineoverridevirtual

Reimplemented from GPUStaticInst.

Definition at line 1005 of file mem.hh.

References GPUStaticInst::execSt(), GPUStaticInst::isLocalMem(), Request::RELEASE, and Request::setFlags().

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
bool HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::isCondRegister ( int  operandIndex)
inlineoverridevirtual
template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
bool HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::isDstOperand ( int  operandIndex)
inlineoverridevirtual

Implements GPUStaticInst.

Definition at line 1137 of file mem.hh.

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
bool HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::isScalarRegister ( int  operandIndex)
inlineoverridevirtual
template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
bool HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::isSrcOperand ( int  operandIndex)
inlineoverridevirtual
template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
bool HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::isVectorRegister ( int  operandIndex)
inlineoverridevirtual

Member Data Documentation

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
uint16_t HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::num_src_operands

Definition at line 958 of file mem.hh.

template<typename MemDataType , typename SrcDataType , typename AddrOperandType >
SrcDataType::OperandType::SrcOperand HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::src_vect[4]

Definition at line 957 of file mem.hh.


The documentation for this class was generated from the following files:

Generated on Fri Jun 9 2017 13:04:32 for gem5 by doxygen 1.8.6