29 #ifndef __ARCH_SPARC_INSTS_UNIMP_HH__ 30 #define __ARCH_SPARC_INSTS_UNIMP_HH__ 64 return std::make_shared<GenericISA::M5PanicFault>(
65 "attempt to execute unimplemented instruction '%s' (inst %#08x)",
102 return std::make_shared<GenericISA::M5WarnFault>(
103 "instruction '%s' unimplemented\n",
mnemonic);
119 #endif // __ARCH_SPARC_INSTS_UNIMP_HH__
decltype(nullptr) constexpr NoFault
bool warned
Have we warned on this instruction yet?
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").
WarnUnimplemented(const char *_mnemonic, ExtMachInst _machInst)
Constructor.
Base class for unimplemented instructions that cause a warning to be printed (but do not terminate si...
Static instruction class for unimplemented instructions that cause simulator termination.
const ExtMachInst machInst
The binary machine instruction.
Fault execute(ExecContext *xc, Trace::InstRecord *traceData) const override
The ExecContext is an abstract base class the provides the interface used by the ISA to manipulate th...
std::string csprintf(const char *format, const Args &...args)
FailUnimplemented(const char *_mnemonic, ExtMachInst _machInst)
Constructor.
Fault execute(ExecContext *xc, Trace::InstRecord *traceData) const override
Base class for all SPARC static instructions.
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.
TheISA::ExtMachInst ExtMachInst
Binary extended machine instruction type.
std::shared_ptr< FaultBase > Fault