30 #ifndef __ARCH_SPARC_INSTS_PRIV_HH__ 31 #define __ARCH_SPARC_INSTS_PRIV_HH__ 44 using SparcStaticInst::SparcStaticInst;
53 OpClass __opClass,
char const * _regName) :
54 Priv(mnem, _machInst, __opClass), regName(_regName)
88 Priv(mnem, _machInst, __opClass),
imm(
bits(_machInst, 12, 0))
101 OpClass __opClass,
char const *_regName) :
102 PrivImm(mnem, _machInst, __opClass), regName(_regName)
113 #endif //__ARCH_SPARC_INSTS_PRIV_HH__
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
PrivImm(const char *mnem, ExtMachInst _machInst, OpClass __opClass)
PrivReg(const char *mnem, ExtMachInst _machInst, OpClass __opClass, char const *_regName)
Base class for privelege mode operations.
Base class for privelege mode operations with immediates.
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...
WrPrivImm(const char *mnem, ExtMachInst _machInst, OpClass __opClass, char const *_regName)