unicorn/qemu/target/m68k
Laurent Vivier 08c03a5de4
target/m68k: add fmod/frem
Using a local m68k floatx80_mod()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

The quotient byte of the FPSR is updated with
the result of the operation.

Backports commit 591596b77a1872d0652e666271ca055e57ea1e21 from qemu
2018-03-09 01:28:58 -05: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: add fmod/frem 2018-03-09 01:28:58 -05:00
helper.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
helper.h target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
Makefile.objs target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
op_helper.c target/m68k: add pflush/ptest 2018-03-06 11:21:51 -05:00
qregs.def
softfloat.c target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
softfloat.h target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
translate.c target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
unicorn.c unicorn/m68k: Lessen usage of M68K_CPU macro 2018-03-07 10:37:50 -05:00
unicorn.h