]> git.ipfire.org Git - thirdparty/qemu.git/commit - target-sparc/translate.c
target-sparc: Add accessors for double-precision fpr access.
authorRichard Henderson <rth@twiddle.net>
Fri, 14 Oct 2011 22:47:35 +0000 (15:47 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2011 20:50:45 +0000 (13:50 -0700)
commit96eda024123402a14e39f6d336d7bee7e2bcbcf9
tree428408aa0f11668141936d1ca4c330b3f59b53f7
parent141ae5c13f2a0ac51c7ae7dfe17dbfb91d931110
target-sparc: Add accessors for double-precision fpr access.

Begin using i64 quantities to manipulate double-precision values.
On a 64-bit host this will, for the moment, generate less efficient
code; on a 32-bit host code quality should be largely unchanged.
Code quality for 64-bit will be adjusted with a subsequent patch.

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