34 #ifndef __ARCH_SPARC_INSTS_TRAP_HH__ 35 #define __ARCH_SPARC_INSTS_TRAP_HH__ 65 using SparcStaticInst::SparcStaticInst;
77 #endif // __ARCH_SPARC_INSTS_TRAP_HH__ 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").
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
Base class for trap instructions, or instructions that always fault.
Trap(const char *mnem, ExtMachInst _machInst, OpClass __opClass)
Base class for all SPARC static instructions.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
TheISA::ExtMachInst ExtMachInst
Binary extended machine instruction type.
T bits(T val, int first, int last)
Extract the bitfield from position 'first' to 'last' (inclusive) from 'val' and right justify it...