41 std::stringstream response;
42 bool load =
flags[IsLoad];
43 bool store =
flags[IsStore];
62 return response.str();
68 std::stringstream response;
69 bool load =
flags[IsLoad];
70 bool save =
flags[IsStore];
91 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)
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const override
Internal function to generate disassembly string.
RegId _destRegIdx[MaxInstDestRegs]
See destRegIdx().
const char * mnemonic
Base mnemonic (e.g., "add").
std::bitset< Num_Flags > flags
Flag values for this instruction.
void printSrcReg(std::ostream &os, int reg) const
std::string generateDisassembly(Addr pc, const 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().