mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/m68k: add fscale, fgetman and fgetexp
Using local m68k floatx80_getman(), floatx80_getexp(), floatx80_scale() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180224201802.911-5-laurent@vivier.eu>
This commit is contained in:
parent
0f605c889c
commit
0d379c1709
5 changed files with 174 additions and 0 deletions
|
@ -65,6 +65,9 @@ DEF_HELPER_3(fmovemd_st_postinc, i32, env, i32, i32)
|
|||
DEF_HELPER_3(fmovemd_ld_postinc, i32, env, i32, i32)
|
||||
DEF_HELPER_4(fmod, void, env, fp, fp, fp)
|
||||
DEF_HELPER_4(frem, void, env, fp, fp, fp)
|
||||
DEF_HELPER_3(fgetexp, void, env, fp, fp)
|
||||
DEF_HELPER_3(fgetman, void, env, fp, fp)
|
||||
DEF_HELPER_4(fscale, void, env, fp, 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