diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-23 16:30:50 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-23 16:30:50 +0000 |
commit | a0d7d5a776ff4f5cbc00d3d9bb43925e1acbefa1 (patch) | |
tree | aa26218ab12dbd5f5250361358b6d75ed63c4f68 /target-ppc/helper.h | |
parent | a7859e892bed8b6cbc3c4b6908af6e8884f1f7bc (diff) |
target-ppc: convert FPU load/store to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5786 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 3fe568169d..b543d32cd2 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -35,6 +35,8 @@ DEF_HELPER_0(reset_fpstatus, void) DEF_HELPER_2(compute_fprf, i32, i64, i32) DEF_HELPER_2(store_fpscr, void, i64, i32) DEF_HELPER_1(fpscr_setbit, void, i32) +DEF_HELPER_1(float64_to_float32, i32, i64) +DEF_HELPER_1(float32_to_float64, i64, i32) DEF_HELPER_1(fctiw, i64, i64) DEF_HELPER_1(fctiwz, i64, i64) |