Improve single-precision floats load & stores:
commitfc98cf0274a0f7799720cbbcca686c4c26faa532
authorj_mayer <j_mayer>
Sun, 30 Sep 2007 01:01:08 +0000 (30 01:01 +0000)
committerj_mayer <j_mayer>
Sun, 30 Sep 2007 01:01:08 +0000 (30 01:01 +0000)
tree92d690797d48411c393b4d014462cad3755b41bf
parent7dc566f66f8d3b009247683031a7e22e1d7a89c1
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.
target-ppc/op_mem.h
target-ppc/translate.c