aboutsummaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)Author
2018-10-05softfloat: Specialize udiv_qrnnd for ppc64Richard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for s390xRichard Henderson
2018-10-05softfloat: Specialize udiv_qrnnd for x86_64Richard Henderson
2018-10-05softfloat: Fix divisionRichard Henderson
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota
2018-08-24softfloat: Add scaling float-to-int routinesRichard Henderson
2018-08-24softfloat: Add scaling int-to-float routinesRichard 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: re-factor float to float conversionsAlex Bennée
2018-05-17fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nanRichard Henderson
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier
2018-03-04softfloat: export some functionsLaurent Vivier
2018-03-01arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16Alex Bennée
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée
2018-02-21fpu/softfloat: re-factor compareAlex Bennée
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée
2018-02-21fpu/softfloat: re-factor divAlex Bennée
2018-02-21fpu/softfloat: re-factor mulAlex Bennée
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée
2018-02-21include/fpu/softfloat: add some float16 constantsAlex Bennée
2018-02-21include/fpu/softfloat: implement float16_set_sign helperAlex Bennée
2018-02-21include/fpu/softfloat: implement float16_chs helperAlex Bennée
2018-02-21include/fpu/softfloat: implement float16_abs helperAlex Bennée
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée
2018-02-21include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée
2017-07-21configure: Drop ancient Solaris 9 and earlier supportPeter Maydell
2017-06-29softfloat: define floatx80_round()Laurent Vivier
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-02-23include: Clean up includesPeter Maydell
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell