gem5
v20.1.0.0
|
#include "arch/gcn3/registers.hh"
Go to the source code of this file.
Namespaces | |
Gcn3ISA | |
classes that represnt vector/scalar operands in GCN3 ISA. | |
Functions | |
std::string | Gcn3ISA::opSelectorToRegSym (int idx, int numRegs) |
int | Gcn3ISA::opSelectorToRegIdx (int idx, int numScalarRegs) |
bool | Gcn3ISA::isPosConstVal (int opIdx) |
bool | Gcn3ISA::isNegConstVal (int opIdx) |
bool | Gcn3ISA::isConstVal (int opIdx) |
bool | Gcn3ISA::isLiteral (int opIdx) |
bool | Gcn3ISA::isExecMask (int opIdx) |
bool | Gcn3ISA::isVccReg (int opIdx) |
bool | Gcn3ISA::isFlatScratchReg (int opIdx) |
bool | Gcn3ISA::isScalarReg (int opIdx) |
bool | Gcn3ISA::isVectorReg (int opIdx) |