mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target/m68k: implement fetox
Using a local m68k floatx80_etox() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180305203910.10391-7-laurent@vivier.eu>
This commit is contained in:
parent
67b453ed73
commit
40ad087330
6 changed files with 327 additions and 0 deletions
|
@ -72,6 +72,7 @@ DEF_HELPER_3(flognp1, void, env, fp, fp)
|
|||
DEF_HELPER_3(flogn, void, env, fp, fp)
|
||||
DEF_HELPER_3(flog10, void, env, fp, fp)
|
||||
DEF_HELPER_3(flog2, void, env, fp, fp)
|
||||
DEF_HELPER_3(fetox, 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