summaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-25softfloat: add floatx80_compare*() functionsAurelien Jarno2-0/+48
2011-04-25softfloat-native: add a few constant valuesAurelien Jarno1-0/+27
2011-04-25softfloat: add pi constantsAurelien Jarno1-0/+3
2011-04-25softfloat: add floatx80 constantsAurelien Jarno1-0/+7
2011-04-25softfloat: fix floatx80_is_infinity()Aurelien Jarno1-1/+1
2011-04-25softfloat: fix floatx80 handling of NaNAurelien Jarno1-7/+16
2011-04-17softfloat: improve description of comparison functionsAurelien Jarno1-37/+48
2011-04-17softfloat: move float*_eq and float*_eq_quietAurelien Jarno2-59/+58
2011-04-17softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno3-11/+11
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno3-11/+11
2011-04-17softfloat-native: add float*_unordered_quiet() functionsAurelien Jarno1-3/+12
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno2-0/+175
2011-04-17softfloat: use GCC builtins to count the leading zerosAurelien Jarno1-2/+27
2011-04-12softfloat: Add setter function for tininess detection modePeter Maydell1-0/+4
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao2-6/+6
2011-04-03softfloat: Add float*_min() and float*_max() functionsPeter Maydell2-0/+53
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber5-432/+417
2011-03-21softfloat: Resolve type mismatches between declaration and implementationAndreas Färber1-34/+34