78 const TCEString& rfName,
int index,
char delim) {
80 char *ptr = buf +
sizeof(buf);
84 *--ptr = (index%10) + 48;
DisassemblyRegister(std::string rfName, Word index)
std::string toString() const
Word index_
Index of the register in the register file.
std::string rfName_
Name of the register file.
virtual ~DisassemblyRegister()
static TCEString registerName(const TTAMachine::RegisterFile &rf, int index, char delim='.')
virtual TCEString name() const
virtual int index() const
virtual const TTAMachine::RegisterFile & registerFile() const