40 class Nop :
public SparcStaticInst
45 SparcStaticInst(mnem, _machInst, __opClass)
51 execute(ExecContext *xc, Trace::InstRecord *traceData)
const
56 std::string generateDisassembly(
Addr pc,
57 const loader::SymbolTable *symtab)
const override;
63 Nop::generateDisassembly(
64 Addr pc,
const loader::SymbolTable *symtab)
const
66 std::stringstream response;
67 printMnemonic(response, mnemonic);
68 return response.str();
73 Fault %(class_name)s::execute(ExecContext *xc,
74 Trace::InstRecord *traceData)
const
83 iop = InstObjParams(
name, Name,
'Nop', code, opt_flags)
84 header_output = BasicDeclare.subst(iop)
85 decoder_output = BasicConstructor.subst(iop)
86 decode_block = BasicDecode.subst(iop)