aboutsummaryrefslogtreecommitdiff
path: root/include/fpu/softfloat-macros.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-27host-utils: move udiv_qrnnd() to host-utilsLuis Pires1-82/+0
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson1-0/+34
2021-05-16softfloat: Introduce sh[lr]_double primitivesRichard Henderson1-0/+36
2021-05-16softfloat: Tidy mul128By64To192Richard Henderson1-16/+6
2021-05-16softfloat: Use add192 in mul128To256Richard Henderson1-25/+12
2021-05-16softfloat: Use mulu64 for mul64To128Richard Henderson1-20/+3
2021-05-16softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.hRichard Henderson1-70/+25
2020-05-19softfloat: Replace flag with boolRichard Henderson1-16/+8
2019-08-19fpu: make softfloat-macros "self-contained"Alex Bennée1-1/+1
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée1-3/+3
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+2
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2019-01-22include/fpu/softfloat: Fix compilation with Clang on s390xThomas Huth1-1/+1
2018-11-04softfloat: Don't execute divdeu without power7Richard Henderson1-2/+2
2018-10-05softfloat: Specialize udiv_qrnnd for ppc64Richard Henderson1-0/+16
2018-10-05softfloat: Specialize udiv_qrnnd for s390xRichard Henderson1-0/+6
2018-10-05softfloat: Specialize udiv_qrnnd for x86_64Richard Henderson1-0/+6
2018-10-05softfloat: Fix divisionRichard Henderson1-9/+25
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth1-87/+0
2018-03-04softfloat: export some functionsLaurent Vivier1-0/+841