summaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Merge commit 'a1d8db07fb46e1da410ca7b4ce24a997707d4a53' into upstream-mergeMarcelo Tosatti5-16/+176
2011-05-03Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-mergeMarcelo Tosatti4-85/+304
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-15Merge commit '4d9ad7f793605abd9806fc932b3e04e028894565' into upstream-mergeMarcelo Tosatti2-6/+10
2011-04-15Merge commit '23910d3f669d46073b403876e30a7314599633af' into upstream-mergeMarcelo Tosatti2-0/+53
2011-04-14Merge commit 'b784421ce4cc860315f4ec31bbc3d67e91984074' into upstream-mergeMarcelo Tosatti5-466/+472
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-03-14Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-mergeMarcelo Tosatti2-68/+84
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-16Merge commit 'b4a3d965dee06d52281496bb5fd0a5cb5534b545' into upstream-mergeMarcelo Tosatti3-55/+230
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-21Merge commit 'b947c12c0bb217fe09968e652873e0d22b269d68' into upstream-mergeMarcelo Tosatti2-27/+36
2011-01-21Merge commit '377529c009e3fce480d9c233bb3238b14a950816' into upstream-mergeMarcelo Tosatti2-3/+134
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-06Merge commit 'e024e881bb1a8b5085026589360d26ed97acdd64' into upstream-mergeMarcelo Tosatti5-125/+449
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