33 using namespace PowerISA;
void ccprintf(cp::Print &print)
int8_t _numSrcRegs
See numSrcRegs().
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const
Internal function to generate disassembly string.
const char * mnemonic
Base mnemonic (e.g., "add").
RegIndex _srcRegIdx[MaxInstSrcRegs]
See srcRegIdx().
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
int8_t _numDestRegs
See numDestRegs().
RegIndex _destRegIdx[MaxInstDestRegs]
See destRegIdx().
void printReg(std::ostream &os, int reg) const
Print a register name for disassembly given the unique dependence tag number (FP or int)...