149a150,157
>
> def format BasicOperate(code, *flags) {{
> iop = InstObjParams(name, Name, 'X86ISA::X86StaticInst', code, flags)
> header_output = BasicDeclare.subst(iop)
> decoder_output = BasicConstructor.subst(iop)
> decode_block = BasicDecode.subst(iop)
> exec_output = BasicExecute.subst(iop)
> }};