38 std::stringstream response;
39 bool load =
flags[IsLoad];
40 bool save =
flags[IsStore];
57 return response.str();
64 std::stringstream response;
65 bool load =
flags[IsLoad];
66 bool save =
flags[IsStore];
84 return response.str();
void ccprintf(cp::Print &print)
static void printReg(std::ostream &os, RegId reg)
static void printMnemonic(std::ostream &os, const char *mnemonic)
RegId _destRegIdx[MaxInstDestRegs]
See destRegIdx().
const char * mnemonic
Base mnemonic (e.g., "add").
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
std::bitset< Num_Flags > flags
Flag values for this instruction.
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
RegId _srcRegIdx[MaxInstSrcRegs]
See srcRegIdx().