42 std::stringstream response;
46 return response.str();
52 std::stringstream response;
56 ccprintf(response,
" %%%s, ", regName);
59 return response.str();
65 std::stringstream response;
77 ccprintf(response,
", %%%s", regName);
79 return response.str();
85 std::stringstream response;
98 return response.str();
void ccprintf(cp::Print &print)
static void printMnemonic(std::ostream &os, const char *mnemonic)
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.
const char * mnemonic
Base mnemonic (e.g., "add").
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.
void printSrcReg(std::ostream &os, int reg) const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void printDestReg(std::ostream &os, int reg) const
RegId _srcRegIdx[MaxInstSrcRegs]
See srcRegIdx().
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.