aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-11target/x86: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-1/+1
2024-12-11target/xtensa: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-1/+1
2024-12-11target/sparc: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-2/+1
2024-12-11target/mips: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-15/+1
2024-12-11target/ppc: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-6/+1
2024-12-11target/s390: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-2/+0
2024-12-11target/arm: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-7/+1
2024-12-11softfloat: Allow runtime choice of inf * 0 + NaN resultPeter Maydell1-30/+61
2024-12-11fpu: Check for default_nan_mode before calling pickNaNMulAddPeter Maydell2-4/+13
2024-12-11fpu: handle raising Invalid for infzero in pick_nan_muladdPeter Maydell2-34/+8
2024-11-18target/s390x: Fix the floating-point multiply-and-add NaN rulesIlya Leoshkevich1-0/+19
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell1-20/+3
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+2
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+1
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+2
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+1
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell1-1/+2
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell1-11/+1
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell1-4/+2