summaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2014-02-20softfloat: Support halving the result of muladd operationPeter Maydell1-0/+38
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell1-0/+54
2014-01-08softfloat: Refactor code handling various rounding modesPeter Maydell1-164/+241
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell1-0/+75
2014-01-08softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell1-84/+125
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell1-15/+0
2014-01-08softfloat: Fix float64_to_uint32_round_to_zeroTom Musta1-8/+7
2014-01-08softfloat: Fix float64_to_uint32Tom Musta1-8/+7
2014-01-08softfloat: Fix float64_to_uint64_round_to_zeroTom Musta1-7/+5
2014-01-08softfloat: Add float32_to_uint64()Tom Musta1-0/+46
2014-01-08softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell1-8/+21
2014-01-08softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell1-12/+16
2014-01-08softfloat: Fix float64_to_uint64Tom Musta1-8/+93
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell1-13/+13
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton1-0/+80
2014-01-08softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell1-39/+66
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton1-3/+29
2013-12-10softfloat: Remove unused argument from MINMAX macro.Will Newton1-3/+3
2013-06-10softfloat: Fix shift128Right for shift counts 64..127Peter Maydell1-1/+1
2013-04-15fpu: Correct edgecase in float64_muladdPeter Maydell1-3/+9
2013-01-26softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford1-2/+2
2013-01-05softfloat: Implement uint64_to_float128Richard Henderson1-0/+8
2013-01-05softfloat: Fix uint64_to_float64Richard Henderson1-3/+10
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini2-639/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-10-31softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno1-0/+27
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell1-1/+1
2012-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov1-2/+3
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov2-0/+72
2012-09-22softfloat: make float_muladd_negate_* flags independentMax Filippov1-1/+1
2012-04-28softfloat: Replace int16 type with int_fast16_tAndreas Färber3-71/+68
2012-04-28softfloat: Replace uint16 type with uint_fast16_tAndreas Färber2-7/+7
2012-04-28softfloat: Fix mixups of int and int16Andreas Färber1-2/+2
2012-04-21softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compileJuan Quintela1-2/+2
2012-04-07softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell1-2/+2
2012-04-07softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell1-4/+4
2012-03-17softfloat: fix for C99Avi Kivity2-4/+6
2011-10-19softfloat: Implement fused multiply-addPeter Maydell3-0/+619
2011-10-01softfloat: Reinstate accidentally disabled target-specific NaN handlingPeter Maydell1-0/+5
2011-09-03softfloat: Use uint32 consistentlyAndreas Färber2-12/+12
2011-09-03softfloat: Use uint16 consistentlyAndreas Färber2-6/+6
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini2-51/+81
2011-06-03softfloat: add float*_is_zero_or_denormal()Aurelien Jarno1-0/+15
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno3-116/+0
2011-06-03softfloat-native: removeAurelien Jarno3-1085/+0
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2-8/+36
2011-04-25softfloat-native: add float*_is_any_nan() functionsAurelien Jarno2-0/+29
2011-04-25softfloat-native: fix float*_scalbn() functionsAurelien Jarno1-3/+3
2011-04-25softfloat: fix float*_scalnb() corner casesAurelien Jarno1-5/+42