aboutsummaryrefslogtreecommitdiffstats
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber4-0/+21
2011-02-24softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon1-0/+15
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon2-68/+69
2011-02-10softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell2-15/+21
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell2-3/+18
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell2-11/+38
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2-16/+37
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell3-10/+116
2011-01-20softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno1-4/+8
2011-01-14softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell1-0/+5
2011-01-14softfloat: fix default-NaN modeAurelien Jarno1-18/+18
2011-01-14softfloat: SH4 has the sNaN bit setAurelien Jarno1-5/+5
2011-01-07softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()Peter Maydell1-0/+11
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell2-3/+123
2011-01-06target-ppc: Implement correct NaN propagation rulesAurelien Jarno1-2/+17
2011-01-06target-mips: Implement correct NaN propagation rulesAurelien Jarno1-0/+27
2011-01-06softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno1-43/+16
2011-01-06softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno2-0/+48
2011-01-06softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno1-6/+14
2011-01-06softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno1-16/+20