Age | Commit message (Expand) | Author | Files | Lines |
2021-06-21 | Remove leading underscores from QEMU defines | Ahmed Abouzied | 1 | -2/+2 |
2021-06-03 | softfloat: Convert modrem operations to FloatParts | Richard Henderson | 1 | -0/+34 |
2021-06-03 | softfloat: Introduce Floatx80RoundPrec | Richard Henderson | 3 | -5/+14 |
2021-06-03 | softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) | David Hildenbrand | 1 | -0/+6 |
2021-06-03 | softfpu: Add float_round_to_odd_inf | Richard Henderson | 1 | -1/+3 |
2021-05-16 | softfloat: Introduce sh[lr]_double primitives | Richard Henderson | 1 | -0/+36 |
2021-05-16 | softfloat: Tidy mul128By64To192 | Richard Henderson | 1 | -16/+6 |
2021-05-16 | softfloat: Use add192 in mul128To256 | Richard Henderson | 1 | -25/+12 |
2021-05-16 | softfloat: Use mulu64 for mul64To128 | Richard Henderson | 1 | -20/+3 |
2021-05-16 | softfloat: Move muladd_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+2 |
2021-05-16 | softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h | Richard Henderson | 1 | -70/+25 |
2021-05-16 | softfloat: Inline float_raise | Richard Henderson | 1 | -1/+4 |
2020-08-29 | softfloat: Define comparison operations for bfloat16 | Richard Henderson | 1 | -0/+41 |
2020-08-28 | softfloat: Define misc operations for bfloat16 | LIU Zhiwei | 1 | -0/+48 |
2020-08-28 | softfloat: Define convert operations for bfloat16 | LIU Zhiwei | 1 | -0/+54 |
2020-08-28 | softfloat: Define operations for bfloat16 | LIU Zhiwei | 2 | -0/+43 |
2020-08-28 | softfloat: Add float16_is_normal | Stephen Long | 1 | -0/+5 |
2020-08-28 | softfloat: Add fp16 and uint8/int8 conversion functions | Frank Chang | 1 | -0/+8 |
2020-08-28 | softfloat: Implement the full set of comparisons for float16 | Kito Cheng | 1 | -0/+41 |
2020-08-21 | softfloat: pass float_status pointer to pickNaN | Max Filippov | 2 | -0/+6 |
2020-08-21 | softfloat: make NO_SIGNALING_NANS runtime property | Max Filippov | 2 | -1/+11 |
2020-07-27 | target/i386: floatx80: avoid compound literals in static initializers | Laszlo Ersek | 1 | -0/+1 |
2020-07-06 | softfloat,m68k: disable floatx80_invalid_encoding() for m68k | Laurent Vivier | 1 | -0/+24 |
2020-06-26 | softfloat: return low bits of quotient from floatx80_modrem | Joseph Myers | 1 | -1/+2 |
2020-06-26 | softfloat: merge floatx80_mod and floatx80_rem | Joseph Myers | 1 | -0/+2 |
2020-05-19 | softfloat: Return bool from all classification predicates | Richard Henderson | 1 | -33/+33 |
2020-05-19 | softfloat: Inline floatx80 compare specializations | Richard Henderson | 1 | -8/+41 |
2020-05-19 | softfloat: Inline float128 compare specializations | Richard Henderson | 1 | -8/+41 |
2020-05-19 | softfloat: Inline float64 compare specializations | Richard Henderson | 1 | -8/+41 |
2020-05-19 | softfloat: Inline float32 compare specializations | Richard Henderson | 1 | -8/+41 |
2020-05-19 | softfloat: Name compare relation enum | Richard Henderson | 1 | -12/+13 |
2020-05-19 | softfloat: Name rounding mode enum | Richard Henderson | 3 | -23/+27 |
2020-05-19 | softfloat: Change tininess_before_rounding to bool | Richard Henderson | 2 | -9/+7 |
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson | 4 | -38/+24 |
2019-08-19 | fpu: make softfloat-macros "self-contained" | Alex Bennée | 1 | -1/+1 |
2019-08-19 | fpu: move inline helpers into a separate header | Alex Bennée | 2 | -62/+133 |
2019-08-19 | fpu: remove the LIT64 macro | Alex Bennée | 1 | -2/+0 |
2019-08-19 | fpu: replace LIT64 with UINT64_C macros | Alex Bennée | 1 | -3/+3 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 1 | -0/+2 |
2019-06-12 | Supply missing header guards | Markus Armbruster | 1 | -0/+5 |
2019-02-26 | softfloat: Implement float128_to_uint32 | David Hildenbrand | 1 | -0/+1 |
2019-02-26 | softfloat: add float128_is_{normal,denormal} | David Hildenbrand | 1 | -2/+12 |
2019-01-22 | include/fpu/softfloat: Fix compilation with Clang on s390x | Thomas Huth | 1 | -1/+1 |
2018-12-17 | softfloat: add float{32,64}_is_zero_or_normal | Emilio G. Cota | 1 | -0/+10 |
2018-12-17 | softfloat: add float{32,64}_is_{de,}normal | Emilio G. Cota | 1 | -0/+20 |
2018-11-04 | softfloat: Don't execute divdeu without power7 | Richard Henderson | 1 | -2/+2 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for ppc64 | Richard Henderson | 1 | -0/+16 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for s390x | Richard Henderson | 1 | -0/+6 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for x86_64 | Richard Henderson | 1 | -0/+6 |
2018-10-05 | softfloat: Fix division | Richard Henderson | 1 | -9/+25 |