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. Signed-off-by:Laurent Vivier <laurent@vivier.eu> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180224201802.911-3-laurent@vivier.eu>
Showing
- target/m68k/Makefile.objs 2 additions, 1 deletiontarget/m68k/Makefile.objs
- target/m68k/cpu.h 1 addition, 0 deletionstarget/m68k/cpu.h
- target/m68k/fpu_helper.c 34 additions, 1 deletiontarget/m68k/fpu_helper.c
- target/m68k/helper.h 2 additions, 0 deletionstarget/m68k/helper.h
- target/m68k/softfloat.c 105 additions, 0 deletionstarget/m68k/softfloat.c
- target/m68k/softfloat.h 26 additions, 0 deletionstarget/m68k/softfloat.h
- target/m68k/translate.c 6 additions, 0 deletionstarget/m68k/translate.c
Loading
Please register or sign in to comment