mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target/m68k: implement ftentox
Using a local m68k floatx80_tentox() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180305203910.10391-9-laurent@vivier.eu>
This commit is contained in:
parent
068f161536
commit
6c25be6e30
5 changed files with 163 additions and 0 deletions
|
@ -5063,6 +5063,9 @@ DISAS_INSN(fpu)
|
|||
case 0x11: /* ftwotox */
|
||||
gen_helper_ftwotox(cpu_env, cpu_dest, cpu_src);
|
||||
break;
|
||||
case 0x12: /* ftentox */
|
||||
gen_helper_ftentox(cpu_env, cpu_dest, cpu_src);
|
||||
break;
|
||||
case 0x14: /* flogn */
|
||||
gen_helper_flogn(cpu_env, cpu_dest, cpu_src);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue