It has been replaced by the ISA agnostic RegVal.
Change-Id: I563ea3852e37b5c1cf51eb0ac9a6f2a827ba89cf
Reviewed-on: https://gem5-review.googlesource.com/c/14464
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Gabe Black <gabeblack@google.com>
namespace HsailISA
{
- typedef uint64_t MiscReg;
-
class GPUISA
{
public:
}
void
- writeMiscReg(int opIdx, MiscReg operandVal)
+ writeMiscReg(int opIdx, RegVal operandVal)
{
fatal("HSAIL does not implement misc registers yet\n");
}
- MiscReg
+ RegVal
readMiscReg(int opIdx) const
{
fatal("HSAIL does not implement misc registers yet\n");