Go to the documentation of this file.
42 template class BranchNBits<19>;
43 template class BranchNBits<22>;
44 template class BranchNBits<30>;
49 std::stringstream response;
57 return response.str();
64 std::stringstream response;
75 return response.str();
82 std::stringstream response;
90 if (symtab && (it = symtab->
findNearest(target)) != symtab->
end()) {
91 ccprintf(response,
" <%s", it->name);
92 if (it->address != target)
93 ccprintf(response,
"+%d>", target - it->address);
98 return response.str();
std::string generateDisassembly(Addr pc, const loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
const_iterator end() const
uint8_t _numSrcRegs
See numSrcRegs().
void printRegArray(std::ostream &os, const RegId *indexArray, int num) const
void ccprintf(cp::Print &print)
SymbolVector::const_iterator const_iterator
const RegId & srcRegIdx(int i) const
Return logical index (architectural reg num) of i'th source reg.
uint8_t _numDestRegs
See numDestRegs().
const_iterator findNearest(Addr addr, Addr &next_addr) 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
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
std::string generateDisassembly(Addr pc, const loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
static void printMnemonic(std::ostream &os, const char *mnemonic)
std::string generateDisassembly(Addr pc, const loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
const char * mnemonic
Base mnemonic (e.g., "add").
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Sun Jul 30 2023 01:56:48 for gem5 by doxygen 1.8.17