summaryrefslogtreecommitdiff
path: root/target/m68k/fpu_helper.c
AgeCommit message (Expand)Author
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier
2020-06-02target/m68k: implement opcode fetoxm1Laurent Vivier
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2019-09-19target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth
2018-03-13target/m68k: implement fcoshLaurent Vivier
2018-03-13target/m68k: implement fsinhLaurent Vivier
2018-03-13target/m68k: implement ftanhLaurent Vivier
2018-03-13target/m68k: implement fatanhLaurent Vivier
2018-03-13target/m68k: implement facosLaurent Vivier
2018-03-13target/m68k: implement fasinLaurent Vivier
2018-03-13target/m68k: implement fatanLaurent Vivier
2018-03-13target/m68k: implement fsincosLaurent Vivier
2018-03-13target/m68k: implement fcosLaurent Vivier
2018-03-13target/m68k: implement fsinLaurent Vivier
2018-03-13target/m68k: implement ftanLaurent Vivier
2018-03-09target/m68k: implement ftentoxLaurent Vivier
2018-03-09target/m68k: implement ftwotoxLaurent Vivier
2018-03-09target/m68k: implement fetoxLaurent Vivier
2018-03-09target/m68k: implement flog2Laurent Vivier
2018-03-09target/m68k: implement flog10Laurent Vivier
2018-03-09target/m68k: implement flognLaurent Vivier
2018-03-09target/m68k: implement flognp1Laurent Vivier
2018-03-04target/m68k: add fscale, fgetman and fgetexpLaurent Vivier
2018-03-04target/m68k: add fmod/fremLaurent Vivier
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2017-09-10target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()Kamil Rytarowski
2017-06-29target/m68k: add fmovemLaurent Vivier
2017-06-29target/m68k: add explicit single and double precision operations (part 2)Laurent Vivier
2017-06-29target/m68k: add fsglmul and fsgldivLaurent Vivier
2017-06-29target/m68k: add explicit single and double precision operationsLaurent Vivier
2017-06-29target/m68k: add fmovecrLaurent Vivier
2017-06-21target-m68k: add FPCR and FPSRLaurent Vivier
2017-06-21target-m68k: use floatx80 internallyLaurent Vivier
2017-06-15target-m68k: move FPU helpers to fpu_helper.cLaurent Vivier