qemu-patch-raspberry4/target/m68k
Laurent Vivier a51b6bc38b 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().

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20170628204241.32106-4-laurent@vivier.eu>
2017-06-29 20:26:56 +02:00
..
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c target-m68k: add FPCR and FPSR 2017-06-21 22:11:55 +02:00
cpu.h target-m68k: add FPCR and FPSR 2017-06-21 22:11:55 +02:00
fpu_helper.c target/m68k: add explicit single and double precision operations 2017-06-29 20:26:56 +02:00
gdbstub.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.c target-m68k: add FPCR and FPSR 2017-06-21 22:11:55 +02:00
helper.h target/m68k: add explicit single and double precision operations 2017-06-29 20:26:56 +02:00
m68k-semi.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
Makefile.objs target-m68k: move FPU helpers to fpu_helper.c 2017-06-15 09:16:16 +02:00
op_helper.c target-m68k: Implement bfffo 2017-01-14 10:06:21 +01:00
qregs.def target-m68k: use floatx80 internally 2017-06-21 22:10:29 +02:00
translate.c target/m68k: add explicit single and double precision operations 2017-06-29 20:26:56 +02:00