summaryrefslogtreecommitdiff
path: root/fpu/softfloat-specialize.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-07RISC-V FPU SupportMichael Clark1-3/+4
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier1-0/+14
2018-03-04softfloat: export some functionsLaurent Vivier1-2/+1
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée1-104/+0
2018-02-21fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée1-2/+3
2017-06-15softfloat: define 680x0 specific valuesLaurent Vivier1-3/+31
2017-01-31softfloat: Fix the default qNAN for target-ppcBharata B Rao1-1/+1
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson1-1/+19
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar1-1/+1
2016-06-24softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()Aleksandar Markovic1-12/+29
2016-06-24softfloat: For Mips only, correct default NaN valuesAleksandar Markovic1-0/+12
2016-06-24softfloat: Clean code format in fpu/softfloat-specialize.hAleksandar Markovic1-29/+28
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic1-285/+264
2016-03-23target-tricore: Add FPU infrastructureBastian Koppelmann1-1/+1
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell1-1/+1
2015-06-05target-s390x: define default NaN valuesAurelien Jarno1-2/+6
2015-02-06softfloat: expand out STATUS macroPeter Maydell1-12/+12
2015-02-06softfloat: expand out STATUS_VARPeter Maydell1-16/+34
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell1-21/+29
2015-01-29softfloat: Clarify license statusPeter Maydell1-1/+47
2015-01-29softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell1-28/+29
2015-01-29softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell1-16/+14
2012-10-31softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno1-0/+27
2012-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov1-2/+3
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov1-0/+67
2012-03-17softfloat: fix for C99Avi Kivity1-4/+4
2011-10-19softfloat: Implement fused multiply-addPeter Maydell1-0/+178
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini1-0/+72
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno1-7/+0
2011-04-25softfloat: fix floatx80 handling of NaNAurelien Jarno1-7/+16
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-5/+5
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber1-31/+31
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber1-0/+5
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon1-68/+0
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell1-0/+17
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell1-0/+21
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon1-4/+25
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell1-0/+63
2011-01-20softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno1-4/+8
2011-01-14softfloat: fix default-NaN modeAurelien Jarno1-18/+18
2011-01-14softfloat: SH4 has the sNaN bit setAurelien Jarno1-5/+5
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 Jarno1-0/+46
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
2011-01-06softfloat: remove HPPA specific codeAurelien Jarno1-5/+1
2011-01-02target-arm: Implement correct NaN propagation rulesPeter Maydell1-0/+23
2011-01-02softfloat: abstract out target-specific NaN propagation rulesPeter Maydell1-60/+100