]> git.proxmox.com Git - qemu.git/commit
SPARC64: implement %fprs dirty bits
authorTsuneo Saito <tsnsaito@gmail.com>
Sat, 23 Jul 2011 02:20:07 +0000 (11:20 +0900)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 30 Jul 2011 08:26:45 +0000 (08:26 +0000)
commit638737ad0342ba48f3dfbd2ae03a48cc53501b26
tree37118554c2929c6ae497c62f3645abd808ae0bd2
parentccb57e0ea74892a29969f9a28c67df3fdcb5259d
SPARC64: implement %fprs dirty bits

Implement %fprs.DU/DL bits.
The FPU sets %fprs.DL and %fprs.DU when values are assigned to %f0-31
and %f32-63 respectively.

Signed-off-by: Tsuneo Saito <tsnsaito@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c