50 ss << mnemonic <<
' ' <<
registerName(_destRegIdx[0]) <<
", " <<
60 ss << mnemonic <<
' ' <<
registerName(_destRegIdx[0]) <<
", ";
65 ss <<
data->second.name;
67 ss <<
"?? (" << hex <<
"0x" << csr <<
")";
Overload hash function for BasicBlockRange type.
std::string registerName(RegId reg)
const std::map< int, CSRMetadata > CSRData
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.