summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* target-s390x: define default NaN valuesAurelien Jarno2015-06-051-2/+6
* softfloat: expand out STATUS macroPeter Maydell2015-02-062-110/+153
* softfloat: expand out STATUS_VARPeter Maydell2015-02-062-460/+585
* softfloat: Expand out the STATUS_PARAM macroPeter Maydell2015-02-062-203/+234
* softfloat: Clarify license statusPeter Maydell2015-01-293-3/+141
* softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell2015-01-291-28/+29
* softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...Peter Maydell2015-01-291-35/+65
* softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell2015-01-293-56/+50
* softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae2014-10-141-6/+31
* fpu: softfloat: drop INLINE macroLuiz Capitulino2014-06-232-43/+43
* softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta2014-04-081-0/+20
* softfloat: export squash_input_denormal functionsAlex Bennée2014-03-171-2/+2
* softfloat: Support halving the result of muladd operationPeter Maydell2014-02-201-0/+38
* softfloat: Add support for ties-away roundingPeter Maydell2014-01-081-0/+54
* softfloat: Refactor code handling various rounding modesPeter Maydell2014-01-081-164/+241
* softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2014-01-081-0/+75
* softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell2014-01-081-84/+125
* softfloat: Provide complete set of accessors for fp statePeter Maydell2014-01-081-15/+0
* softfloat: Fix float64_to_uint32_round_to_zeroTom Musta2014-01-081-8/+7
* softfloat: Fix float64_to_uint32Tom Musta2014-01-081-8/+7
* softfloat: Fix float64_to_uint64_round_to_zeroTom Musta2014-01-081-7/+5
* softfloat: Add float32_to_uint64()Tom Musta2014-01-081-0/+46
* softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell2014-01-081-8/+21
* softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell2014-01-081-12/+16
* softfloat: Fix float64_to_uint64Tom Musta2014-01-081-8/+93
* softfloat: Make the int-to-float functions take exact-width typesPeter Maydell2014-01-081-13/+13
* softfloat: Add float to 16bit integer conversions.Will Newton2014-01-081-0/+80
* softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell2014-01-081-39/+66
* softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton2013-12-101-3/+29
* softfloat: Remove unused argument from MINMAX macro.Will Newton2013-12-101-3/+3
* softfloat: Fix shift128Right for shift counts 64..127Peter Maydell2013-06-101-1/+1
* fpu: Correct edgecase in float64_muladdPeter Maydell2013-04-151-3/+9
* softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford2013-01-261-2/+2
* softfloat: Implement uint64_to_float128Richard Henderson2013-01-051-0/+8
* softfloat: Fix uint64_to_float64Richard Henderson2013-01-051-3/+10
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-192-639/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno2012-10-311-0/+27
* fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell2012-10-011-2/+2
* fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell2012-10-011-1/+1
* target-xtensa: specialize softfloat NaN rulesMax Filippov2012-09-221-2/+3
* softfloat: add NO_SIGNALING_NANSMax Filippov2012-09-222-0/+72
* softfloat: make float_muladd_negate_* flags independentMax Filippov2012-09-221-1/+1
* softfloat: Replace int16 type with int_fast16_tAndreas Färber2012-04-283-71/+68
* softfloat: Replace uint16 type with uint_fast16_tAndreas Färber2012-04-282-7/+7
* softfloat: Fix mixups of int and int16Andreas Färber2012-04-281-2/+2
* softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compileJuan Quintela2012-04-211-2/+2
* softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell2012-04-071-2/+2
* softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell2012-04-071-4/+4
* softfloat: fix for C99Avi Kivity2012-03-172-4/+6
OpenPOWER on IntegriCloud