]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
target-ppc: fix fcmp{o,u} instructions
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Dec 2008 19:34:09 +0000 (19:34 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Dec 2008 19:34:09 +0000 (19:34 +0000)
commit9a819377d80f99a4293fd753dd1e90e6cbd618d2
tree1631d578390caebcb09e69bd26c801ca816dfd51
parentb12363e1b7d7454daa21c861290f49de42c2ea71
target-ppc: fix fcmp{o,u} instructions

The instructions are specified to update the condition register even if
an error is to be signaled because of NaN input.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6034 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/helper.h
target-ppc/op_helper.c
target-ppc/translate.c