aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat-specialize.h
AgeCommit message (Expand)Author
2019-08-19fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée
2019-08-19fpu: replace LIT64 usage with UINT64_C for specialize constantsAlex Bennée
2019-03-25target/mips: Fix minor bug in FPUMateja Marjanovic
2018-05-17fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nanRichard Henderson
2018-05-17fpu/softfloat: Clean up parts_default_nanRichard Henderson
2018-05-17fpu/softfloat: Define floatN_default_nan in terms of parts_default_nanRichard Henderson
2018-05-17fpu/softfloat: Pass FloatClass to pickNaNMulAddRichard Henderson
2018-05-17fpu/softfloat: Pass FloatClass to pickNaNRichard Henderson
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson
2018-05-17fpu/softfloat: Remove floatX_maybe_silence_nanRichard Henderson
2018-05-17fpu/softfloat: Use float*_silence_nan in propagateFloat*NaNRichard Henderson
2018-05-17fpu/softfloat: re-factor float to float conversionsAlex Bennée
2018-05-17fpu/softfloat: Replace float_class_msnan with parts_silence_nanRichard Henderson
2018-05-17fpu/softfloat: Replace float_class_dnan with parts_default_nanRichard Henderson
2018-05-17fpu/softfloat: Introduce parts_is_snan_fracRichard Henderson
2018-05-17fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nanRichard Henderson
2018-05-17fpu/softfloat: Merge NO_SIGNALING_NANS definitionsRichard Henderson
2018-03-07RISC-V FPU SupportMichael Clark
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier
2018-03-04softfloat: export some functionsLaurent Vivier
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée
2018-02-21fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée
2017-06-15softfloat: define 680x0 specific valuesLaurent Vivier
2017-01-31softfloat: Fix the default qNAN for target-ppcBharata B Rao
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar
2016-06-24softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()Aleksandar Markovic
2016-06-24softfloat: For Mips only, correct default NaN valuesAleksandar Markovic
2016-06-24softfloat: Clean code format in fpu/softfloat-specialize.hAleksandar Markovic
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-03-23target-tricore: Add FPU infrastructureBastian Koppelmann
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell
2015-06-05target-s390x: define default NaN valuesAurelien Jarno
2015-02-06softfloat: expand out STATUS macroPeter Maydell
2015-02-06softfloat: expand out STATUS_VARPeter Maydell
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell
2015-01-29softfloat: Clarify license statusPeter Maydell
2015-01-29softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell
2015-01-29softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell
2012-10-31softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno
2012-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov
2012-03-17softfloat: fix for C99Avi Kivity
2011-10-19softfloat: Implement fused multiply-addPeter Maydell
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno
2011-04-25softfloat: fix floatx80 handling of NaNAurelien Jarno
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber