68 fatal(
"attempting to read from unsupported or non-readable " 69 "register. selector val: %i\n", opIdx);
85 fatal(
"attempting to write to an unsupported or non-writable " 86 "register. selector val: %i\n", opIdx);
95 + gpuDynInst->staticInstruction()->instSize());
98 const std::array<const ScalarRegU32, NumPosConstRegs>
100 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
101 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
102 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
103 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64
106 const std::array<const ScalarRegI32, NumNegConstRegs>
108 -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15,
void writeMiscReg(int opIdx, ScalarRegU32 operandVal)
#define fatal(...)
This implements a cprintf based fatal() function.
ScalarRegU32 readNegConstReg(int opIdx) const
ScalarRegU32 readPosConstReg(int opIdx) const
std::shared_ptr< GPUDynInst > GPUDynInstPtr
classes that represnt vector/scalar operands in GCN3 ISA.
void advancePC(GPUDynInstPtr gpuDynInst)
static const std::array< const ScalarRegU32, NumPosConstRegs > posConstRegs
ScalarRegU32 readMiscReg(int opIdx) const
static const std::array< const ScalarRegI32, NumNegConstRegs > negConstRegs