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