mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target/m68k: implement ftan
Using a local m68k floatx80_tan() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180312202728.23790-2-laurent@vivier.eu>
This commit is contained in:
parent
59667bb167
commit
273401809c
6 changed files with 356 additions and 0 deletions
|
@ -75,6 +75,7 @@ DEF_HELPER_3(flog2, void, env, fp, fp)
|
|||
DEF_HELPER_3(fetox, void, env, fp, fp)
|
||||
DEF_HELPER_3(ftwotox, void, env, fp, fp)
|
||||
DEF_HELPER_3(ftentox, void, env, fp, fp)
|
||||
DEF_HELPER_3(ftan, void, env, fp, fp)
|
||||
|
||||
DEF_HELPER_3(mac_move, void, env, i32, i32)
|
||||
DEF_HELPER_3(macmulf, i64, env, i32, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue