]> git.proxmox.com Git - qemu.git/commit
SPARC64: fp_disabled checks on ldfa/lddfa/ldqfa
authorTsuneo Saito <tsnsaito@gmail.com>
Thu, 14 Jul 2011 09:41:37 +0000 (18:41 +0900)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 14 Jul 2011 15:35:01 +0000 (15:35 +0000)
commit8872eb4f567b9ae36dbd9c320f6a86c53a776d43
tree0c1207cbd1a28024e5fe34c246da79b0c9260d2f
parent4183f36df0bf8cb82dda423414aa3b1a82e91ce9
SPARC64: fp_disabled checks on ldfa/lddfa/ldqfa

ldfa/lddfa/ldqfa instructions should raise fp_disabled exceptions
if %pstate.PEF==0 or %fprs.FEF==0.

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