diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-14 21:02:59 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-14 21:02:59 +0000 |
commit | 5b7141a11e2ef24caf26af95e59b2ed9552daa0e (patch) | |
tree | 77f69acdae3f1e64f727a4117066931928e22ce2 /target-sh4/helper.h | |
parent | 1b6e5f990641796dc7c370e297a60bfcdb6ca62d (diff) |
sh4: Add FMAC instruction support
Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6309 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/helper.h')
-rw-r--r-- | target-sh4/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/helper.h b/target-sh4/helper.h index 631e7e1968..e665185587 100644 --- a/target-sh4/helper.h +++ b/target-sh4/helper.h @@ -35,6 +35,7 @@ DEF_HELPER_2(fdiv_FT, i32, i32, i32) DEF_HELPER_2(fdiv_DT, i64, i64, i64) DEF_HELPER_1(float_FT, i32, i32) DEF_HELPER_1(float_DT, i64, i32) +DEF_HELPER_3(fmac_FT, i32, i32, i32, i32) DEF_HELPER_2(fmul_FT, i32, i32, i32) DEF_HELPER_2(fmul_DT, i64, i64, i64) DEF_HELPER_1(fneg_T, i32, i32) |