> 2003-10-24 J"orn Rennecke <joern.rennecke@superh.com>
>
> * interp.c (fsca_s, fsrra_s): New functions.
> * gencode.c (tab): Add entries for fsca and fsrra.
> (expand_opcode): Allow variable length n / m fields.
Is it possible for this code to use the far more portable sim-fpu?
The entire SH3E / SH4 simulator in sim/sh already uses native floating point,
so making just these two instructions use sim-fpu would be pointless.
Converting the entire simulator would of course be possible, but I don't
see any pressing need to do this now. We have far more urgent issues
with SH5 support in gcc and gdb that we should address first.