133d132
< Fault eaComp(ExecContext *, Trace::InstRecord *) const;
147,152d145
< def template EACompExecute {{
< Fault %(class_name)s::eaComp(ExecContext *xc,
< Trace::InstRecord *traceData) const
< {
< Addr EA;
< Fault fault = NoFault;
154,168d146
< %(fp_enable_check)s;
< %(op_decl)s;
< %(op_rd)s;
< %(ea_code)s;
<
< if (fault == NoFault) {
< %(op_wb)s;
< xc->setEA(EA);
< }
<
< return fault;
< }
< }};
<
<
470d447
< + EACompExecute.subst(iop)