Go to the documentation of this file.
39 template class BranchNBits<19>;
40 template class BranchNBits<22>;
41 template class BranchNBits<30>;
46 std::stringstream response;
54 return response.str();
61 std::stringstream response;
72 return response.str();
79 std::stringstream response;
87 if (symtab && (it = symtab->
findNearest(target)) != symtab->
end()) {
88 ccprintf(response,
" <%s", it->name);
89 if (it->address != target)
90 ccprintf(response,
"+%d>", target - it->address);
95 return response.str();
const_iterator findNearest(Addr addr, Addr &nextaddr) const
Find the nearest symbol equal to or less than the supplied address (e.g., the label for the enclosing...
void printDestReg(std::ostream &os, int reg) const
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
RegId _srcRegIdx[MaxInstSrcRegs]
See srcRegIdx().
void printRegArray(std::ostream &os, const RegId indexArray[], int num) const
const char * mnemonic
Base mnemonic (e.g., "add").
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
const_iterator end() const
static void printMnemonic(std::ostream &os, const char *mnemonic)
SymbolVector::const_iterator const_iterator
void ccprintf(cp::Print &print)
int8_t _numSrcRegs
See numSrcRegs().
int8_t _numDestRegs
See numDestRegs().
Generated on Wed Sep 30 2020 14:02:00 for gem5 by doxygen 1.8.17