Go to the documentation of this file.
41 else if (
reg.isFloatReg())
43 else if (
reg.isMiscReg())
44 switch (
reg.index()) {
52 else if (
reg.isCCReg())
53 panic(
"printReg: POWER does not implement CCRegClass\n");
Register ID: describe an architectural register with its class and index.
void printReg(std::ostream &os, RegId reg) const
Print a register name for disassembly given the unique dependence tag number (FP or int).
const char * mnemonic
Base mnemonic (e.g., "add").
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void ccprintf(cp::Print &print)
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Wed Sep 30 2020 14:02:00 for gem5 by doxygen 1.8.17