aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell1-6/+5
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster1-6/+5
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-1/+1
2021-05-12Remove the deprecated moxie targetThomas Huth1-1/+1
2021-05-11fpu/softfloat: set invalid excp flag for RISC-V muladd instructionsFrank Chang1-0/+6
2021-05-01Hexagon (target/hexagon) use softfloat default NaN and tininessTaylor Simpson1-0/+3
2020-08-28softfloat: Define misc operations for bfloat16LIU Zhiwei1-0/+38
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei1-0/+223
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei1-0/+168
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang1-0/+34
2020-08-21softfloat: add xtensa specialization for pickNaNMulAddMax Filippov1-0/+26
2020-08-21softfloat: pass float_status pointer to pickNaNMax Filippov2-7/+25
2020-08-21softfloat: make NO_SIGNALING_NANS runtime propertyMax Filippov1-112/+118
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini2-1/+1
2020-07-15fpu/softfloat: fix up float16 nan recognitionLIU Zhiwei1-2/+2
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers1-5/+18
2020-06-26softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers1-1/+0
2020-06-26softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers1-3/+19
2020-06-26softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers1-1/+1
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers1-11/+38
2020-06-18fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé1-9/+24
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson1-8/+8
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson1-257/+0
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson1-238/+0
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson1-220/+0
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson1-216/+0
2020-05-19softfloat: Name compare relation enumRichard Henderson1-18/+22
2020-05-19softfloat: Name rounding mode enumRichard Henderson1-23/+34
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson1-34/+20
2020-05-19softfloat: Replace flag with boolRichard Henderson2-104/+102
2020-05-19softfloat: Use post test for floatN_mulRichard Henderson1-51/+14
2020-05-15softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers1-1/+1
2020-05-15softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers1-0/+7
2020-05-15softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers1-0/+6
2020-05-15softfloat: silence sNaN for conversions to/from floatx80Joseph Myers1-6/+18
2020-04-07softfloat: Fix BAD_SHIFT from normalizeFloatx80SubnormalRichard Henderson1-0/+3
2019-10-30softfp: Added hardfloat conversion from float32 to float64Matus Kysel1-1/+18
2019-08-19fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée2-1/+1
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée1-59/+59
2019-08-19fpu: use min/max values from stdint.h for integral overflowAlex Bennée1-17/+15
2019-08-19fpu: convert float[16/32/64]_squash_denormal to new modern styleAlex Bennée1-63/+49
2019-08-19fpu: replace LIT64 usage with UINT64_C for specialize constantsAlex Bennée1-13/+13
2019-03-25hardfloat: fix float32/64 fused multiply-addKito Cheng1-0/+10
2019-03-25target/mips: Fix minor bug in FPUMateja Marjanovic1-8/+16
2019-02-26softfloat: Support float_round_to_odd more placesRichard Henderson1-5/+60
2019-02-26softfloat: Implement float128_to_uint32David Hildenbrand1-0/+29
2019-01-22softfloat: enforce softfloat if the host's FMA is brokenEmilio G. Cota1-0/+33
2018-12-17hardfloat: implement float32/64 comparisonEmilio G. Cota1-14/+95
2018-12-17hardfloat: implement float32/64 square rootEmilio G. Cota1-2/+58
2018-12-17hardfloat: implement float32/64 fused multiply-addEmilio G. Cota1-4/+128