mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target/m68k: implement fsinh
Using a local m68k floatx80_sinh() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180312202728.23790-11-laurent@vivier.eu>
This commit is contained in:
parent
9937b02965
commit
eee6b892a6
5 changed files with 99 additions and 0 deletions
|
@ -5042,6 +5042,9 @@ DISAS_INSN(fpu)
|
|||
case 1: /* fint */
|
||||
gen_helper_firound(cpu_env, cpu_dest, cpu_src);
|
||||
break;
|
||||
case 2: /* fsinh */
|
||||
gen_helper_fsinh(cpu_env, cpu_dest, cpu_src);
|
||||
break;
|
||||
case 3: /* fintrz */
|
||||
gen_helper_fitrunc(cpu_env, cpu_dest, cpu_src);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue