summaryrefslogtreecommitdiffstats
path: root/target/m68k/fpu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Introduce Floatx80RoundPrecRichard Henderson2021-06-031-25/+25
* target/m68k: Add vmstate definition for M68kCPULaurent Vivier2020-12-121-3/+7
* target/m68k: implement opcode fetoxm1Laurent Vivier2020-06-021-0/+5
* softfloat: Name rounding mode enumRichard Henderson2020-05-191-3/+3
* target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic2019-09-191-4/+4
* m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts2019-06-261-2/+4
* target/m68k: Fix LGPL information in the file headersThomas Huth2019-01-301-2/+2
* target/m68k: implement fcoshLaurent Vivier2018-03-131-0/+5
* target/m68k: implement fsinhLaurent Vivier2018-03-131-0/+5
* target/m68k: implement ftanhLaurent Vivier2018-03-131-0/+5
* target/m68k: implement fatanhLaurent Vivier2018-03-131-0/+5
* target/m68k: implement facosLaurent Vivier2018-03-131-0/+5
* target/m68k: implement fasinLaurent Vivier2018-03-131-0/+5
* target/m68k: implement fatanLaurent Vivier2018-03-131-0/+5
* target/m68k: implement fsincosLaurent Vivier2018-03-131-0/+11
* target/m68k: implement fcosLaurent Vivier2018-03-131-0/+5
* target/m68k: implement fsinLaurent Vivier2018-03-131-0/+5
* target/m68k: implement ftanLaurent Vivier2018-03-131-0/+5
* target/m68k: implement ftentoxLaurent Vivier2018-03-091-0/+5
* target/m68k: implement ftwotoxLaurent Vivier2018-03-091-0/+5
* target/m68k: implement fetoxLaurent Vivier2018-03-091-0/+5
* target/m68k: implement flog2Laurent Vivier2018-03-091-0/+5
* target/m68k: implement flog10Laurent Vivier2018-03-091-0/+5
* target/m68k: implement flognLaurent Vivier2018-03-091-0/+5
* target/m68k: implement flognp1Laurent Vivier2018-03-091-0/+5
* target/m68k: add fscale, fgetman and fgetexpLaurent Vivier2018-03-041-0/+15
* target/m68k: add fmod/fremLaurent Vivier2018-03-041-1/+34
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()Kamil Rytarowski2017-09-101-22/+22
* target/m68k: add fmovemLaurent Vivier2017-06-291-0/+120
* target/m68k: add explicit single and double precision operations (part 2)Laurent Vivier2017-06-291-3/+45
* target/m68k: add fsglmul and fsgldivLaurent Vivier2017-06-291-0/+28
* target/m68k: add explicit single and double precision operationsLaurent Vivier2017-06-291-0/+80
* target/m68k: add fmovecrLaurent Vivier2017-06-291-0/+34
* target-m68k: add FPCR and FPSRLaurent Vivier2017-06-211-16/+101
* target-m68k: use floatx80 internallyLaurent Vivier2017-06-211-38/+47
* target-m68k: move FPU helpers to fpu_helper.cLaurent Vivier2017-06-151-0/+112