aboutsummaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)Author
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-06-03softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)David Hildenbrand
2021-06-03softfpu: Add float_round_to_odd_infRichard Henderson
2021-05-16softfloat: Introduce sh[lr]_double primitivesRichard Henderson
2021-05-16softfloat: Tidy mul128By64To192Richard Henderson
2021-05-16softfloat: Use add192 in mul128To256Richard Henderson
2021-05-16softfloat: Use mulu64 for mul64To128Richard Henderson
2021-05-16softfloat: Move muladd_floats to softfloat-parts.c.incRichard Henderson
2021-05-16softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.hRichard Henderson
2021-05-16softfloat: Inline float_raiseRichard Henderson
2020-08-29softfloat: Define comparison operations for bfloat16Richard Henderson
2020-08-28softfloat: Define misc operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Add float16_is_normalStephen Long
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang
2020-08-28softfloat: Implement the full set of comparisons for float16Kito Cheng
2020-08-21softfloat: pass float_status pointer to pickNaNMax Filippov
2020-08-21softfloat: make NO_SIGNALING_NANS runtime propertyMax Filippov
2020-07-27target/i386: floatx80: avoid compound literals in static initializersLaszlo Ersek
2020-07-06softfloat,m68k: disable floatx80_invalid_encoding() for m68kLaurent Vivier
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson
2020-05-19softfloat: Replace flag with boolRichard Henderson
2019-08-19fpu: make softfloat-macros "self-contained"Alex Bennée
2019-08-19fpu: move inline helpers into a separate headerAlex Bennée
2019-08-19fpu: remove the LIT64 macroAlex Bennée
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-06-12Supply missing header guardsMarkus Armbruster
2019-02-26softfloat: Implement float128_to_uint32David Hildenbrand
2019-02-26softfloat: add float128_is_{normal,denormal}David Hildenbrand
2019-01-22include/fpu/softfloat: Fix compilation with Clang on s390xThomas Huth
2018-12-17softfloat: add float{32,64}_is_zero_or_normalEmilio G. Cota
2018-12-17softfloat: add float{32,64}_is_{de,}normalEmilio G. Cota
2018-11-04softfloat: Don't execute divdeu without power7Richard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for ppc64Richard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for s390xRichard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for x86_64Richard Henderson
2018-10-05softfloat: Fix divisionRichard Henderson