Go to the documentation of this file.
67 }
else if (
imm == 0) {
81 std::stringstream response;
84 return response.str();
90 return response.str();
96 std::stringstream response;
99 return response.str();
108 return response.str();
114 std::stringstream response;
119 return response.str();
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
void printDestReg(std::ostream &os, int reg) const
bool printPseudoOps(std::ostream &os, Addr pc, const Loader::SymbolTable *symtab) const override
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
void printSrcReg(std::ostream &os, int reg) const
RegId _srcRegIdx[MaxInstSrcRegs]
See srcRegIdx().
void printRegArray(std::ostream &os, const RegId indexArray[], int num) const
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.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
static void printMnemonic(std::ostream &os, const char *mnemonic)
virtual bool printPseudoOps(std::ostream &os, Addr pc, const Loader::SymbolTable *symtab) const
void ccprintf(cp::Print &print)
int8_t _numSrcRegs
See numSrcRegs().
int8_t _numDestRegs
See numDestRegs().
Generated on Wed Sep 30 2020 14:02:07 for gem5 by doxygen 1.8.17