82a83,87
> // Basic decode template, passing mnemonic in as string arg to constructor.
> def template BasicDecodeWithMnemonic {{
> return new %(class_name)s("%(mnemonic)s", machInst);
> }};
>