summaryrefslogtreecommitdiffstats
path: root/include/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* fpu/softfloat: re-factor compareAlex Bennée2018-02-211-0/+2
* fpu/softfloat: re-factor minmaxAlex Bennée2018-02-211-0/+6
* fpu/softfloat: re-factor scalbnAlex Bennée2018-02-211-0/+1
* fpu/softfloat: re-factor int/uint to floatAlex Bennée2018-02-211-21/+9Star
* fpu/softfloat: re-factor float to int/uintAlex Bennée2018-02-211-0/+13
* fpu/softfloat: re-factor round_to_intAlex Bennée2018-02-211-0/+1
* fpu/softfloat: re-factor muladdAlex Bennée2018-02-211-0/+1
* fpu/softfloat: re-factor divAlex Bennée2018-02-211-0/+1
* fpu/softfloat: re-factor mulAlex Bennée2018-02-211-0/+1
* fpu/softfloat: re-factor add/subAlex Bennée2018-02-211-0/+4
* include/fpu/softfloat: add some float16 constantsAlex Bennée2018-02-211-3/+5
* include/fpu/softfloat: implement float16_set_sign helperAlex Bennée2018-02-211-0/+5
* include/fpu/softfloat: implement float16_chs helperAlex Bennée2018-02-211-0/+9
* include/fpu/softfloat: implement float16_abs helperAlex Bennée2018-02-211-0/+7
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-212-53/+64
* fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée2018-02-212-30/+116
* include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée2018-02-211-27/+0Star
* fpu/softfloat: implement float16_squash_input_denormalAlex Bennée2018-02-211-0/+1
* configure: Drop ancient Solaris 9 and earlier supportPeter Maydell2017-07-211-5/+0Star
* softfloat: define floatx80_round()Laurent Vivier2017-06-291-0/+1
* softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao2017-02-221-0/+1
* softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao2017-02-221-0/+2
* softfloat: Add round-to-odd rounding modeBharata B Rao2017-02-221-0/+2
* target-ppc: Add xscvdphp, xscvhpdpBharata B Rao2017-01-311-0/+20
* fpu: add mechanism to check for invalid long double formatsAndrew Dutcher2016-09-151-0/+15
* softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar2016-08-151-2/+2
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2016-06-241-20/+25
* include: Clean up includesPeter Maydell2016-02-231-3/+0Star
* fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2016-02-191-8/+8
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2016-01-221-9/+4Star
* fpu: Replace int8 typedef with int8_tPeter Maydell2016-01-221-2/+1Star
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-221-6/+4Star
* fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-221-9/+9
* fpu: Replace uint64 typedef with uint64_tPeter Maydell2016-01-221-5/+4Star
* fpu: Replace int64 typedef with int64_tPeter Maydell2016-01-221-9/+8Star
* softfloat: expand out STATUS macroPeter Maydell2015-02-061-16/+14Star
* softfloat: expand out STATUS_VARPeter Maydell2015-02-061-5/+4Star
* softfloat: Expand out the STATUS_PARAM macroPeter Maydell2015-02-061-166/+166
* softfloat: Clarify license statusPeter Maydell2015-01-291-1/+47
* softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...Peter Maydell2015-01-291-2/+2
* softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell2015-01-291-17/+15Star
* softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae2014-10-141-0/+4
* fpu: softfloat: drop INLINE macroLuiz Capitulino2014-06-231-50/+49Star
* softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta2014-04-081-0/+1
* softfloat: export squash_input_denormal functionsAlex Bennée2014-03-171-0/+7
* softfloat: Support halving the result of muladd operationPeter Maydell2014-02-201-0/+3
* softfloat: Add support for ties-away roundingPeter Maydell2014-01-081-1/+2
* softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2014-01-081-0/+2
* softfloat: Provide complete set of accessors for fp statePeter Maydell2014-01-081-3/+36