gpu-compute, arch: add some methods to the base inst classes for ISA support
This commit is contained in:
@@ -56,6 +56,7 @@ namespace HsailISA
|
||||
void generateDisassembly();
|
||||
const std::string &disassemble();
|
||||
uint32_t instSize() { return 4; }
|
||||
bool isValid() const override { return true; }
|
||||
|
||||
protected:
|
||||
HsailCode *hsailCode;
|
||||
|
||||
Reference in New Issue
Block a user