Improve single-precision floats load & stores:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 01:01:08 +0000 (01:01 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 01:01:08 +0000 (01:01 +0000)
commit477023a6038e8f457c604b138198f76d093b9a87
tree92d690797d48411c393b4d014462cad3755b41bf
parentbfa1e5cf0abccb74e8de2c135e7d9f1f509730a9
Improve single-precision floats load & stores:
  as the PowerPC registers only store double-precision floats,
  use float64_to_float32 & float32_to_float64 to do the appropriate conversion.
Implement stfiwx.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3280 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/op_mem.h
target-ppc/translate.c