60 fatal(
"attempting to read from unsupported or non-readable "
61 "register. selector val: %i\n", opIdx);
77 fatal(
"attempting to write to an unsupported or non-writable "
78 "register. selector val: %i\n", opIdx);
87 + gpuDynInst->staticInstruction()->instSize());
90 const std::array<const ScalarRegU32, NumPosConstRegs>
92 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
93 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
94 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
95 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64
98 const std::array<const ScalarRegI32, NumNegConstRegs>
100 -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15,