target-ppc: fix fres, fsqrte and remove useless code
commit6c01bf6c7ba7539460fcaeb99fbe1776ba137aa8
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 18 Dec 2008 22:42:23 +0000 (18 22:42 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 18 Dec 2008 22:42:23 +0000 (18 22:42 +0000)
tree1bee113f2273e69b75d0086a525bc388d04b78f7
parent1fd31ad763008df26af22fe36ca1d4e1030734d4
target-ppc: fix fres, fsqrte and remove useless code

- fres and fsqrte should not assign a float32 number to a float64 value.
- fre, fres and fsqrte are checking for cases already taken into account
  by softfloat and softfloat native. Remove those useless tests.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6083 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/op_helper.c