index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
rust
/
rustc_args.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-11
softfloat: Use parts_pick_nan in propagateFloatx80NaN
Richard Henderson
1
-39
/
+6
2024-12-11
softfloat: Move propagateFloatx80NaN to softfloat.c
Richard Henderson
2
-52
/
+52
2024-12-11
softfloat: Pad array size in pick_nan_muladd
Richard Henderson
1
-1
/
+1
2024-12-11
softfloat: Remove which from parts_pick_nan_muladd
Richard Henderson
1
-22
/
+10
2024-12-11
softfloat: Use goto for default nan case in pick_nan_muladd
Richard Henderson
1
-10
/
+10
2024-12-11
softfloat: Inline pickNaNMulAdd
Richard Henderson
2
-55
/
+40
2024-12-11
fpu: Remove default handling for dnan_pattern
Peter Maydell
1
-14
/
+0
2024-12-11
target/tricore: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/riscv: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hexagon: Set default NaN pattern explicitly
Peter Maydell
2
-5
/
+2
2024-12-11
target/xtensa: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/sparc: Set default NaN pattern explicitly
Peter Maydell
2
-4
/
+3
2024-12-11
target/s390x: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/rx: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/sh4: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/ppc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+4
2024-12-11
target/openrisc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/mips: Set default NaN pattern explicitly
Peter Maydell
2
-0
/
+10
2024-12-11
target/m68k: Set default NaN pattern explicitly
Peter Maydell
2
-1
/
+3
2024-12-11
target/loongarch: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/arm: Set default NaN pattern explicitly
Peter Maydell
2
-0
/
+7
2024-12-11
target/alpha: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hppa: Set default NaN pattern explicitly
Peter Maydell
2
-3
/
+2
2024-12-11
target/i386: Set default NaN pattern explicitly
Peter Maydell
2
-3
/
+4
2024-12-11
target/microblaze: Set default NaN pattern explicitly
Peter Maydell
2
-2
/
+3
2024-12-11
tests/fp: Set default NaN pattern explicitly
Peter Maydell
3
-0
/
+3
2024-12-11
fpu: Allow runtime choice of default NaN value
Peter Maydell
3
-21
/
+53
2024-12-11
target/arm: Copy entire float_status in is_ebf
Richard Henderson
1
-13
/
+7
2024-12-11
target/ppc: Use env->fp_status in helper_compute_fprf functions
Peter Maydell
1
-2
/
+1
2024-12-11
target/sparc: Initialize local scratch float_status from env->fp_status
Peter Maydell
3
-8
/
+8
2024-12-11
target/m68k: Init local float_status from env fp_status in gdb get/set reg
Peter Maydell
1
-2
/
+4
2024-12-11
target/m68k: In frem helper, initialize local float_status from env->fp_status
Peter Maydell
1
-4
/
+2
2024-12-11
target/loongarch: Use normal float_status in fclass_s and fclass_d helpers
Peter Maydell
1
-4
/
+2
2024-12-11
softfloat: Create floatx80 default NaN from parts64_default_nan
Peter Maydell
1
-10
/
+10
2024-12-11
target/m68k: Don't pass NULL float_status to floatx80_default_nan()
Peter Maydell
1
-5
/
+7
2024-12-11
fpu: Remove use_first_nan field from float_status
Peter Maydell
3
-7
/
+0
2024-12-11
target/hppa: Set Float3NaNPropRule explicitly
Peter Maydell
2
-4
/
+8
2024-12-11
target/i386: Set Float3NaNPropRule explicitly
Peter Maydell
1
-0
/
+1
2024-12-11
target/xtensa: Set Float3NaNPropRule explicitly
Peter Maydell
2
-8
/
+2
2024-12-11
target/mips: Set Float3NaNPropRule explicitly
Peter Maydell
3
-7
/
+8
2024-12-11
target/sparc: Set Float3NaNPropRule explicitly
Peter Maydell
2
-2
/
+2
2024-12-11
target/s390x: Set Float3NaNPropRule explicitly
Peter Maydell
2
-2
/
+1
2024-12-11
target/ppc: Set Float3NaNPropRule explicitly
Peter Maydell
2
-6
/
+8
2024-12-11
target/loongarch: Set Float3NaNPropRule explicitly
Peter Maydell
2
-2
/
+1
2024-12-11
target/arm: Set Float3NaNPropRule explicitly
Peter Maydell
2
-7
/
+6
2024-12-11
tests/fp: Explicitly set 3-NaN propagation rule
Peter Maydell
2
-0
/
+2
2024-12-11
softfloat: Allow runtime choice of NaN propagation for muladd
Peter Maydell
3
-125
/
+106
2024-12-11
softfloat: Pass have_snan to pickNaNMulAdd
Peter Maydell
2
-3
/
+4
2024-12-11
target/hppa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-12
/
+3
2024-12-11
target/loongarch: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-6
/
+6
[next]