aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2025-07-10fpu: Process float_muladd_negate_result after roundingRichard Henderson2-14/+44
2025-02-25fpu: Build only oncePeter Maydell2-4/+1
2025-02-25fpu: Don't compile-time disable hardfloat for PPC targetsPeter Maydell1-2/+0
2025-02-25fpu: Always decide snan_bit_is_one() at runtimePeter Maydell1-7/+0
2025-02-25fpu: Always decide no_signaling_nans() at runtimePeter Maydell1-4/+0
2025-02-25fpu: Move m68k_denormal fmt flag into floatx80_behaviourPeter Maydell2-8/+28
2025-02-25fpu: Pass float_status to floatx80_invalid_encoding()Peter Maydell1-1/+1
2025-02-25fpu: Make targets specify whether floatx80 Inf can have Int bit clearPeter Maydell1-10/+0
2025-02-25fpu: Make targets specify floatx80 default Inf at runtimePeter Maydell2-4/+13
2025-02-11fpu: allow flushing of output denormals to be after roundingPeter Maydell1-6/+15
2025-02-11fpu: Implement float_flag_input_denormal_usedPeter Maydell2-6/+100
2025-02-11fpu: Add float_class_denormalPeter Maydell2-18/+54
2025-02-07target/i386: Do not raise Invalid for 0 * Inf + QNaNPeter Maydell1-2/+3
2025-01-28fpu: Rename float_flag_output_denormal to float_flag_output_denormal_flushedPeter Maydell2-2/+2
2025-01-28fpu: Rename float_flag_input_denormal to float_flag_input_denormal_flushedPeter Maydell2-3/+3
2024-12-24softfloat: Add float_muladd_suppress_add_product_zeroRichard Henderson2-1/+6
2024-12-24softfloat: Add float_round_nearest_even_maxRichard Henderson1-0/+3
2024-12-24softfloat: Remove float_muladd_halve_resultRichard Henderson2-10/+0
2024-12-24softfloat: Add float{16,32,64}_muladd_scalbnRichard Henderson2-27/+38
2024-12-11softfloat: Replace WHICH with RET in parts_pick_nanRichard Henderson1-15/+13
2024-12-11softfloat: Sink frac_cmp in parts_pick_nan until neededRichard Henderson1-10/+9
2024-12-11softfloat: Share code between parts_pick_nan casesRichard Henderson1-20/+12
2024-12-11softfloat: Inline pickNaNRichard Henderson2-104/+72
2024-12-11softfloat: Use parts_pick_nan in propagateFloatx80NaNRichard Henderson1-39/+6
2024-12-11softfloat: Move propagateFloatx80NaN to softfloat.cRichard Henderson2-52/+52
2024-12-11softfloat: Pad array size in pick_nan_muladdRichard Henderson1-1/+1
2024-12-11softfloat: Remove which from parts_pick_nan_muladdRichard Henderson1-22/+10
2024-12-11softfloat: Use goto for default nan case in pick_nan_muladdRichard Henderson1-10/+10
2024-12-11softfloat: Inline pickNaNMulAddRichard Henderson2-55/+40
2024-12-11fpu: Remove default handling for dnan_patternPeter Maydell1-14/+0
2024-12-11target/hexagon: Set default NaN pattern explicitlyPeter Maydell1-5/+0
2024-12-11target/sparc: Set default NaN pattern explicitlyPeter Maydell1-4/+1
2024-12-11target/m68k: Set default NaN pattern explicitlyPeter Maydell1-1/+1
2024-12-11target/hppa: Set default NaN pattern explicitlyPeter Maydell1-3/+0
2024-12-11target/i386: Set default NaN pattern explicitlyPeter Maydell1-3/+0
2024-12-11target/microblaze: Set default NaN pattern explicitlyPeter Maydell1-2/+1
2024-12-11fpu: Allow runtime choice of default NaN valuePeter Maydell1-21/+32
2024-12-11softfloat: Create floatx80 default NaN from parts64_default_nanPeter Maydell1-10/+10
2024-12-11target/hppa: Set Float3NaNPropRule explicitlyPeter Maydell1-4/+0
2024-12-11target/xtensa: Set Float3NaNPropRule explicitlyPeter Maydell1-8/+0
2024-12-11target/mips: Set Float3NaNPropRule explicitlyPeter Maydell1-7/+1
2024-12-11target/sparc: Set Float3NaNPropRule explicitlyPeter Maydell1-2/+0
2024-12-11target/s390x: Set Float3NaNPropRule explicitlyPeter Maydell1-2/+0
2024-12-11target/ppc: Set Float3NaNPropRule explicitlyPeter Maydell1-6/+0
2024-12-11target/loongarch: Set Float3NaNPropRule explicitlyPeter Maydell1-2/+0
2024-12-11target/arm: Set Float3NaNPropRule explicitlyPeter Maydell1-7/+1
2024-12-11softfloat: Allow runtime choice of NaN propagation for muladdPeter Maydell1-125/+40
2024-12-11softfloat: Pass have_snan to pickNaNMulAddPeter Maydell2-3/+4
2024-12-11target/hppa: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-12/+1
2024-12-11target/loongarch: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-6/+1