49 ss << mnemonic <<
' ' <<
registerName(_destRegIdx[0]) <<
", " <<
59 ss << mnemonic <<
' ' <<
registerName(_destRegIdx[0]) <<
", ";
64 ss <<
data->second.name;
66 ss <<
"?? (" << hex <<
"0x" << csr <<
")";
73 if (strcmp(mnemonic,
"fence_vma") == 0) {
75 ss << mnemonic <<
' ' <<
registerName(_srcRegIdx[0]) <<
", " <<
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
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.