mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
SH4: final conversion to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5125 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cc4ba6a982
commit
7fdf924fdd
5 changed files with 14 additions and 30 deletions
|
@ -37,6 +37,7 @@ DEF_HELPER(uint32_t, helper_float_FT, (uint32_t))
|
|||
DEF_HELPER(uint64_t, helper_float_DT, (uint32_t))
|
||||
DEF_HELPER(uint32_t, helper_fmul_FT, (uint32_t, uint32_t))
|
||||
DEF_HELPER(uint64_t, helper_fmul_DT, (uint64_t, uint64_t))
|
||||
DEF_HELPER(uint32_t, helper_fneg_T, (uint32_t))
|
||||
DEF_HELPER(uint32_t, helper_fsub_FT, (uint32_t, uint32_t))
|
||||
DEF_HELPER(uint64_t, helper_fsub_DT, (uint64_t, uint64_t))
|
||||
DEF_HELPER(uint32_t, helper_fsqrt_FT, (uint32_t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue