target-sparc: Add accessors for single-precision fpr access.
authorRichard Henderson <rth@twiddle.net>
Fri, 14 Oct 2011 21:58:32 +0000 (14:58 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2011 20:50:42 +0000 (13:50 -0700)
commit208ae65722a27033bc88d07bf047f1f0c89c77de
tree1b19d21e2744b62ced1342e4bd515062568484dd
parentfafd8bceb58afb2da179efd8266b6df38a8719a9
target-sparc: Add accessors for single-precision fpr access.

Load, store, and "create destination".  This version attempts to
change the behaviour of the translator as little as possible.  We
previously used cpu_tmp32 as the temporary destination, and we
continue to use that.  This will eventually allow a change in
representation of the fprs.

Change the name of the cpu_fpr array to make certain that all
instances are converted.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/translate.c