aboutsummaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)AuthorFilesLines
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei1-0/+12
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson1-0/+3
2022-08-31fpu: Add rebias bool, value and operationLucas Mateus Castro (alqotel)1-0/+4
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2022-04-20softfloat: add float128_to_int128Matheus Ferst1-0/+2
2022-04-20softfloat: add float128_to_uint128Matheus Ferst1-0/+2
2022-04-20softfloat: add int128_to_float128Matheus Ferst1-0/+1
2022-04-20softfloat: add uint128_to_float128Matheus Ferst1-0/+2
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-12-17softfloat: Add float64r32 arithmetic routinesRichard Henderson1-0/+12
2021-12-17softfloat: Add flag specific to signaling nansRichard Henderson1-0/+1
2021-12-17softfloat: Add flag specific to convert non-nan to intRichard Henderson1-0/+1
2021-12-17softfloat: Add flag specific to sqrt(-x)Richard Henderson1-0/+1
2021-12-17softfloat: Add flags specific to Inf / Inf and 0 / 0Richard Henderson1-0/+2
2021-12-17softfloat: Add flag specific to Inf * 0Richard Henderson1-0/+1
2021-12-17softfloat: Add flag specific to Inf - InfRichard Henderson1-0/+1
2021-12-17softfloat: Extend float_exception_flags to 16 bitsRichard Henderson2-9/+9
2021-10-29Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson1-0/+10
2021-10-29softfloat: add APIs to handle alternative sNaN propagation for fmax/fminChih-Min Chao1-0/+10
2021-10-27host-utils: move udiv_qrnnd() to host-utilsLuis Pires1-82/+0
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied1-2/+2
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson1-0/+34
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson3-5/+14
2021-06-03softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)David Hildenbrand1-0/+6
2021-06-03softfpu: Add float_round_to_odd_infRichard Henderson1-1/+3
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: Move muladd_floats to softfloat-parts.c.incRichard Henderson1-0/+2
2021-05-16softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.hRichard Henderson1-70/+25
2021-05-16softfloat: Inline float_raiseRichard Henderson1-1/+4
2020-08-29softfloat: Define comparison operations for bfloat16Richard Henderson1-0/+41
2020-08-28softfloat: Define misc operations for bfloat16LIU Zhiwei1-0/+48
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei1-0/+54
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei2-0/+43
2020-08-28softfloat: Add float16_is_normalStephen Long1-0/+5
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang1-0/+8
2020-08-28softfloat: Implement the full set of comparisons for float16Kito Cheng1-0/+41
2020-08-21softfloat: pass float_status pointer to pickNaNMax Filippov2-0/+6
2020-08-21softfloat: make NO_SIGNALING_NANS runtime propertyMax Filippov2-1/+11
2020-07-27target/i386: floatx80: avoid compound literals in static initializersLaszlo Ersek1-0/+1
2020-07-06softfloat,m68k: disable floatx80_invalid_encoding() for m68kLaurent Vivier1-0/+24
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers1-1/+2
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers1-0/+2
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson1-33/+33
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson1-8/+41
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson1-8/+41