unicorn/qemu/target/m68k
Laurent Vivier 5630647279
target/m68k: implement fsincos
using floatx80_sin() and floatx80_cos()

Backports commit 47446c9ce34b6685ffe20e829ff6c9aaefd3af0a from qemu
2018-03-17 18:41:30 -04:00
..
cpu-qom.h
cpu.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
cpu.h target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
fpu_helper.c target/m68k: implement fsincos 2018-03-17 18:41:30 -04:00
helper.c target/m68k: Correct M68K_CPU macro parameters in m68k_cpu_handle_mmu_fault in helper.c 2018-03-17 18:31:06 -04:00
helper.h target/m68k: implement fsincos 2018-03-17 18:41:30 -04:00
Makefile.objs target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
op_helper.c target/m68k/op_helper: Adjust formatting to be in sync with qemu 2018-03-12 12:26:53 -04:00
qregs.def
softfloat_fpsp_tables.h target/m68k: implement ftan 2018-03-17 18:35:01 -04:00
softfloat.c target/m68k: implement fcos 2018-03-17 18:39:05 -04:00
softfloat.h target/m68k: implement fcos 2018-03-17 18:39:05 -04:00
translate.c target/m68k: implement fsincos 2018-03-17 18:41:30 -04:00
unicorn.c Use DEFINE_MACHINE() to register all machines 2018-03-11 15:12:46 -04:00
unicorn.h