40 std::stringstream response;
41 bool load =
flags[IsLoad];
42 bool save =
flags[IsStore];
59 return response.str();
65 std::stringstream response;
66 bool load =
flags[IsLoad];
67 bool save =
flags[IsStore];
85 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::bitset< Num_Flags > flags
Flag values for this instruction.
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.
RegId _srcRegIdx[MaxInstSrcRegs]
See srcRegIdx().
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.