unicorn/qemu/target/m68k
Laurent Vivier 50b639098c
target/m68k: add explicit single and double precision operations (part 2)
Add fsabs, fdabs, fsneg, fdneg, fsmove and fdmove.

The value is converted using the new floatx80_round() function.

Backports commit 77bdb2292492fafc4bc0fbb4d8c44fdd0ef1fa8e from qemu
2018-03-03 21:02:52 -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 (part 2) 2018-03-03 21:02:52 -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 (part 2) 2018-03-03 21:02:52 -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 (part 2) 2018-03-03 21:02:52 -05:00
unicorn.c
unicorn.h