summaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)AuthorFilesLines
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier1-2/+11
2018-03-04softfloat: export some functionsLaurent Vivier2-0/+962
2018-03-01arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16Alex Bennée1-4/+12
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor compareAlex Bennée1-0/+2
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée1-0/+6
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée1-21/+9
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée1-0/+13
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor divAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor mulAlex Bennée1-0/+1
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée1-0/+4
2018-02-21include/fpu/softfloat: add some float16 constantsAlex Bennée1-3/+5
2018-02-21include/fpu/softfloat: implement float16_set_sign helperAlex Bennée1-0/+5
2018-02-21include/fpu/softfloat: implement float16_chs helperAlex Bennée1-0/+9
2018-02-21include/fpu/softfloat: implement float16_abs helperAlex Bennée1-0/+7
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée2-53/+64
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée2-30/+116
2018-02-21include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée1-27/+0
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée1-0/+1
2017-07-21configure: Drop ancient Solaris 9 and earlier supportPeter Maydell1-5/+0
2017-06-29softfloat: define floatx80_round()Laurent Vivier1-0/+1
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao1-0/+1
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao1-0/+2
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao1-0/+2
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao1-0/+20
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher1-0/+15
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic1-20/+25
2016-02-23include: Clean up includesPeter Maydell1-3/+0
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell1-8/+8
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-9/+4
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell1-2/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-6/+4
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell1-9/+9
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell1-5/+4
2016-01-22fpu: Replace int64 typedef with int64_tPeter Maydell1-9/+8
2015-02-06softfloat: expand out STATUS macroPeter Maydell1-16/+14
2015-02-06softfloat: expand out STATUS_VARPeter Maydell1-5/+4
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell1-166/+166
2015-01-29softfloat: Clarify license statusPeter Maydell1-1/+47
2015-01-29softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...Peter Maydell1-2/+2
2015-01-29softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell1-17/+15
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae1-0/+4
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino1-50/+49
2014-04-08softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta1-0/+1
2014-03-17softfloat: export squash_input_denormal functionsAlex Bennée1-0/+7