aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson1-0/+31
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-1/+1
2024-04-01fpu/softfloat: Remove mention of TILE-Gx targetPhilippe Mathieu-Daudé1-1/+1
2023-09-16fpu: Handle m68k extended precision denormals properlyRichard Henderson2-4/+12
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei1-0/+58
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson2-0/+109
2023-06-26softfloat: use QEMU_FLATTEN to avoid mistaken isra inliningAlex Bennée1-11/+11
2023-05-05softfloat: Fix the incorrect computation in float32_exp2Shivaprasad G Bhat1-1/+1
2022-10-17softfloat: logB(0) should raise divideByZero exceptionSong Gao1-0/+1
2022-08-31fpu: Add rebias bool, value and operationLucas Mateus Castro (alqotel)2-2/+21
2022-07-20Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2022-07-19fpu/softfloat: Add LoongArch specializations for pickNaN*Song Gao1-1/+25
2022-07-19target/s390x: fix NaN propagation rulesIlya Leoshkevich1-1/+2
2022-04-26softfloat: Use FloatRelation for fracN_cmpRichard Henderson1-5/+7
2022-04-26softfloat: Use FloatRelation within partsN_compareRichard Henderson1-4/+7
2022-04-26softfloat: Fix declaration of partsN_compareRichard Henderson1-4/+4
2022-04-20softfloat: add float128_to_int128Matheus Ferst1-0/+64
2022-04-20softfloat: add float128_to_uint128Matheus Ferst1-0/+65
2022-04-20softfloat: add int128_to_float128Matheus Ferst1-0/+29
2022-04-20softfloat: add uint128_to_float128Matheus Ferst1-0/+25
2021-12-17softfloat: Add float64r32 arithmetic routinesRichard Henderson1-0/+110
2021-12-17softfloat: Add flag specific to signaling nansRichard Henderson2-7/+15
2021-12-17softfloat: Add flag specific to convert non-nan to intRichard Henderson1-7/+7
2021-12-17softfloat: Add flag specific to sqrt(-x)Richard Henderson1-1/+1
2021-12-17softfloat: Add flags specific to Inf / Inf and 0 / 0Richard Henderson1-5/+11
2021-12-17softfloat: Add flag specific to Inf * 0Richard Henderson2-8/+8
2021-12-17softfloat: Add flag specific to Inf - InfRichard Henderson1-1/+2
2021-10-29softfloat: add APIs to handle alternative sNaN propagation for fmax/fminChih-Min Chao2-8/+36
2021-09-01softfloat: Remove assertion preventing silencing of NaN in default-NaN modePeter Maydell1-1/+0
2021-06-15softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson1-6/+10
2021-06-13softfloat: Fix tp init in float32_exp2Richard Henderson1-1/+1
2021-06-11meson: Split out fpu/meson.buildRichard Henderson1-0/+1
2021-06-03softfloat: Use hard-float for {u}int64_to_float{32,64}Richard Henderson1-0/+28
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson3-1243/+295
2021-06-03softfloat: Move floatN_log2 to softfloat-parts.c.incRichard Henderson2-99/+152
2021-06-03softfloat: Convert float32_exp2 to FloatPartsRichard Henderson1-30/+23
2021-06-03softfloat: Convert floatx80 compare to FloatPartsRichard Henderson1-60/+22
2021-06-03softfloat: Convert floatx80_scalbn to FloatPartsRichard Henderson1-39/+11
2021-06-03softfloat: Convert floatx80 to integer to FloatPartsRichard Henderson1-294/+42
2021-06-03softfloat: Convert floatx80 float conversions to FloatPartsRichard Henderson2-384/+67
2021-06-03softfloat: Convert integer to floatx80 to FloatPartsRichard Henderson1-45/+13
2021-06-03softfloat: Convert floatx80_round_to_int to FloatPartsRichard Henderson1-103/+13
2021-06-03softfloat: Convert floatx80_round to FloatPartsRichard Henderson1-4/+6
2021-06-03softfloat: Convert floatx80_sqrt to FloatPartsRichard Henderson1-71/+11
2021-06-03softfloat: Convert floatx80_div to FloatPartsRichard Henderson1-87/+13
2021-06-03softfloat: Convert floatx80_mul to FloatPartsRichard Henderson1-62/+14
2021-06-03softfloat: Convert floatx80_add/sub to FloatPartsRichard Henderson1-203/+136
2021-06-03softfloat: Adjust parts_uncanon_normal for floatx80Richard Henderson1-6/+30
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson1-15/+17
2021-06-03softfloat: Reduce FloatFmtRichard Henderson2-20/+15