index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
fpu_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-21
target/ppc: Fix typo in comments
BALATON Zoltan
1
-2
/
+2
2019-10-04
ppc: Use FPSCR defines instead of constants
Paul A. Clarke
1
-61
/
+61
2019-08-29
target/ppc: Fix do_float_check_status vs inexact
Richard Henderson
1
-7
/
+3
2019-08-29
ppc: Fix xscvdpspn for SNAN
Paul A. Clarke
1
-2
/
+30
2019-08-21
ppc: Fix emulated single to double denormalized conversions
Paul A. Clarke
1
-4
/
+13
2019-08-21
ppc: Fix emulated INFINITY and NAN conversions
Paul A. Clarke
1
-4
/
+11
2019-08-21
ppc: conform to processor User's Manual for xscvdpspn
Paul A. Clarke
1
-1
/
+5
2019-08-21
ppc: Add support for 'mffsl' instruction
Paul A. Clarke
1
-2
/
+2
2019-07-02
target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro
Mark Cave-Ayland
1
-47
/
+21
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.c
Mark Cave-Ayland
1
-6
/
+4
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.c
Mark Cave-Ayland
1
-18
/
+12
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.c
Mark Cave-Ayland
1
-24
/
+12
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.c
Mark Cave-Ayland
1
-4
/
+2
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.c
Mark Cave-Ayland
1
-9
/
+6
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c
Mark Cave-Ayland
1
-27
/
+9
2019-07-02
target/ppc: introduce separate generator and helper for xscvqpdp
Mark Cave-Ayland
1
-3
/
+2
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
Mark Cave-Ayland
1
-28
/
+14
2019-07-02
target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions
Mark Cave-Ayland
1
-9
/
+6
2019-07-02
target/ppc: remove getVSR()/putVSR() from fpu_helper.c
Mark Cave-Ayland
1
-396
/
+366
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
1
-7
/
+7
2019-04-26
target/ppc: Style fixes for fpu_helper.c
David Gibson
1
-51
/
+83
2018-11-08
target/ppc: Split out float_invalid_cvt
Richard Henderson
1
-39
/
+28
2018-11-08
target/ppc: Split out float_invalid_op_div
Richard Henderson
1
-28
/
+24
2018-11-08
target/ppc: Split out float_invalid_op_mul
Richard Henderson
1
-23
/
+20
2018-11-08
target/ppc: Split out float_invalid_op_addsub
Richard Henderson
1
-34
/
+26
2018-11-08
target/ppc: Introduce fp number classification
Richard Henderson
1
-43
/
+51
2018-11-08
target/ppc: Remove float_check_status
Richard Henderson
1
-42
/
+35
2018-11-08
target/ppc: Split up float_invalid_op_excp
Richard Henderson
1
-163
/
+181
2018-08-21
target/ppc: Use non-arithmetic conversions for fp load/store
Richard Henderson
1
-12
/
+49
2018-08-21
target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrt
Richard Henderson
1
-25
/
+37
2018-08-21
target/ppc: Tidy helper_fsqrt
Richard Henderson
1
-15
/
+14
2018-08-21
target/ppc: Tidy helper_fadd, helper_fsub
Richard Henderson
1
-29
/
+21
2018-08-21
target/ppc: Tidy helper_fmul
Richard Henderson
1
-14
/
+11
2018-08-21
target/ppc: Honor fpscr_ze semantics and tidy fdiv
Richard Henderson
1
-22
/
+28
2018-08-21
target/ppc: Enable fp exceptions for user-only
Richard Henderson
1
-3
/
+12
2018-07-03
fpu_helper.c: fix setting FPSCR[FI] bit
John Arbuckle
1
-0
/
+8
2018-06-21
fpu_helper.c: fix helper_fpscr_clrbit() function
John Arbuckle
1
-0
/
+28
2018-05-17
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
1
-1
/
+0
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
1
-0
/
+1
2017-03-06
target/ppc: use helper for excp handling
Nikunj A Dadhania
1
-18
/
+2
2017-03-06
target/ppc: fmadd: add macro for updating flags
Nikunj A Dadhania
1
-31
/
+30
2017-03-06
target/ppc: fmadd check for excp independently
Nikunj A Dadhania
1
-8
/
+12
2017-03-03
target/ppc: rewrite f[n]m[add,sub] using float64_muladd
Nikunj A Dadhania
1
-167
/
+46
2017-02-22
target-ppc: Add xscvqpudz and xscvqpuwz instructions
Bharata B Rao
1
-0
/
+2
2017-02-22
target-ppc: Implement round to odd variants of quad FP instructions
Bharata B Rao
1
-22
/
+20
2017-02-22
target-ppc: Add xsmaxjdp and xsminjdp instructions
Bharata B Rao
1
-0
/
+55
2017-02-22
target-ppc: Add xsmaxcdp and xsmincdp instructions
Bharata B Rao
1
-0
/
+38
2017-02-22
ppc: implement xssubqp instruction
Jose Ricardo Ziviani
1
-0
/
+34
2017-02-22
ppc: implement xssqrtqp instruction
Jose Ricardo Ziviani
1
-0
/
+38
2017-02-22
ppc: implement xsrqpxp instruction
Jose Ricardo Ziviani
1
-0
/
+56
[next]