unicorn/qemu/target/m68k
Laurent Vivier 20b610390d
target/m68k: add explicit single and double precision operations
Add fssqrt, fdsqrt, fsadd, fdadd, fssub, fdsub, fsmul, fdmul,
fsdiv, fddiv.

The precision is managed using set_floatx80_rounding_precision().

Backports commit a51b6bc38bb9b73a40e9486b52be12c810c6f2d9 from qemu
2018-03-03 20:55:41 -05:00
..
cpu-qom.h
cpu.c target-m68k: add FPCR and FPSR 2018-03-03 19:51:31 -05:00
cpu.h target-m68k: add FPCR and FPSR 2018-03-03 19:51:31 -05:00
fpu_helper.c target/m68k: add explicit single and double precision operations 2018-03-03 20:55:41 -05:00
helper.c target-m68k: move FPU helpers to fpu_helper.c 2018-03-03 15:04:05 -05:00
helper.h target/m68k: add explicit single and double precision operations 2018-03-03 20:55:41 -05:00
Makefile.objs target-m68k: move FPU helpers to fpu_helper.c 2018-03-03 15:04:05 -05:00
op_helper.c
qregs.def target-m68k: use floatx80 internally 2018-03-03 19:35:17 -05:00
translate.c target/m68k: add explicit single and double precision operations 2018-03-03 20:55:41 -05:00
unicorn.c
unicorn.h