Go to the documentation of this file.
32 #ifndef __ARCH_VEGA_GPU_ISA_HH__
33 #define __ARCH_VEGA_GPU_ISA_HH__
36 #include <type_traits>
56 template<
typename T> T
60 "Constant values must be an integer.");
90 static const std::array<const ScalarRegU32, NumPosConstRegs>
92 static const std::array<const ScalarRegI32, NumNegConstRegs>
106 #endif // __ARCH_VEGA_GPU_ISA_HH__
bool hasScalarUnit() const
bool isNegConstVal(int opIdx)
T readConstVal(int opIdx) const
ScalarRegI32 readNegConstReg(int opIdx) const
ScalarRegU32 readMiscReg(int opIdx) const
ScalarRegU32 readPosConstReg(int opIdx) const
bool isPosConstVal(int opIdx)
void advancePC(GPUDynInstPtr gpuDynInst)
static const std::array< const ScalarRegU32, NumPosConstRegs > posConstRegs
static const std::array< const ScalarRegI32, NumNegConstRegs > negConstRegs
std::shared_ptr< GPUDynInst > GPUDynInstPtr
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
void writeMiscReg(int opIdx, ScalarRegU32 operandVal)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Sun Jul 30 2023 01:56:33 for gem5 by doxygen 1.8.17