aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat-specialize.c.inc
AgeCommit message (Expand)AuthorFilesLines
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 Maydell1-1/+1
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 Maydell1-2/+7
2024-12-11fpu: handle raising Invalid for infzero in pick_nan_muladdPeter Maydell1-28/+1
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
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell1-18/+1
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell1-8/+2
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell1-3/+2
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell1-2/+2
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell1-3/+3
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell1-16/+2
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell1-11/+2
2024-11-05softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell1-95/+130
2024-09-13target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé1-2/+2
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
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
2021-12-17softfloat: Add flag specific to Inf * 0Richard Henderson1-6/+6
2021-09-01softfloat: Remove assertion preventing silencing of NaN in default-NaN modePeter Maydell1-1/+0
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson1-165/+0
2021-06-03softfloat: Convert floatx80 float conversions to FloatPartsRichard Henderson1-175/+0