Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softfloat: Introduce Floatx80RoundPrec | Richard Henderson | 2021-06-03 | 1 | -36/+54 |
* | softfloat: merge floatx80_mod and floatx80_rem | Joseph Myers | 2020-06-26 | 1 | -83/+0 |
* | softfloat: Replace flag with bool | Richard Henderson | 2020-05-19 | 1 | -35/+35 |
* | target/m68k: replace LIT64 with UINT64_C macros | Alex Bennée | 2019-08-19 | 1 | -49/+49 |
* | m68k comments break patch submission due to being incorrectly formatted | Lucien Murray-Pitts | 2019-06-26 | 1 | -87/+94 |
* | target/m68k: Use floatX_silence_nan when we have already checked for SNaN | Richard Henderson | 2018-05-18 | 1 | -1/+2 |
* | m68k: fix floatx80_mod() (Coverity CID1390568) | Laurent Vivier | 2018-05-14 | 1 | -0/+1 |
* | m68k: remove dead code (Coverity CID1390617) | Laurent Vivier | 2018-05-01 | 1 | -29/+14 |
* | m68k: Fix floatx80_lognp1 (Coverity CID1390587) | Laurent Vivier | 2018-05-01 | 1 | -1/+2 |
* | target/m68k: implement fcosh | Laurent Vivier | 2018-03-13 | 1 | -0/+81 |
* | target/m68k: implement fsinh | Laurent Vivier | 2018-03-13 | 1 | -0/+89 |
* | target/m68k: implement ftanh | Laurent Vivier | 2018-03-13 | 1 | -0/+366 |
* | target/m68k: implement fatanh | Laurent Vivier | 2018-03-13 | 1 | -0/+65 |
* | target/m68k: implement facos | Laurent Vivier | 2018-03-13 | 1 | -0/+70 |
* | target/m68k: implement fasin | Laurent Vivier | 2018-03-13 | 1 | -0/+65 |
* | target/m68k: implement fatan | Laurent Vivier | 2018-03-13 | 1 | -0/+200 |
* | target/m68k: implement fcos | Laurent Vivier | 2018-03-13 | 1 | -0/+244 |
* | target/m68k: implement fsin | Laurent Vivier | 2018-03-13 | 1 | -0/+247 |
* | target/m68k: implement ftan | Laurent Vivier | 2018-03-13 | 1 | -0/+210 |
* | target/m68k: implement ftentox | Laurent Vivier | 2018-03-09 | 1 | -0/+153 |
* | target/m68k: implement ftwotox | Laurent Vivier | 2018-03-09 | 1 | -0/+148 |
* | target/m68k: implement fetox | Laurent Vivier | 2018-03-09 | 1 | -0/+183 |
* | target/m68k: implement flog2 | Laurent Vivier | 2018-03-09 | 1 | -0/+67 |
* | target/m68k: implement flog10 | Laurent Vivier | 2018-03-09 | 1 | -0/+57 |
* | target/m68k: implement flogn | Laurent Vivier | 2018-03-09 | 1 | -0/+168 |
* | target/m68k: implement flognp1 | Laurent Vivier | 2018-03-09 | 1 | -0/+216 |
* | target/m68k: define floatx80_move() | Laurent Vivier | 2018-03-09 | 1 | -0/+27 |
* | target/m68k: add fscale, fgetman and fgetexp | Laurent Vivier | 2018-03-04 | 1 | -0/+144 |
* | target/m68k: add fmod/frem | Laurent Vivier | 2018-03-04 | 1 | -0/+105 |