index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
/
fpu_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: Fix typo in comments
BALATON Zoltan
2020-02-20
1
-2
/
+2
*
ppc: Use FPSCR defines instead of constants
Paul A. Clarke
2019-10-04
1
-61
/
+61
*
target/ppc: Fix do_float_check_status vs inexact
Richard Henderson
2019-08-29
1
-7
/
+3
*
ppc: Fix xscvdpspn for SNAN
Paul A. Clarke
2019-08-29
1
-2
/
+30
*
ppc: Fix emulated single to double denormalized conversions
Paul A. Clarke
2019-08-21
1
-4
/
+13
*
ppc: Fix emulated INFINITY and NAN conversions
Paul A. Clarke
2019-08-21
1
-4
/
+11
*
ppc: conform to processor User's Manual for xscvdpspn
Paul A. Clarke
2019-08-21
1
-1
/
+5
*
ppc: Add support for 'mffsl' instruction
Paul A. Clarke
2019-08-21
1
-2
/
+2
*
target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro
Mark Cave-Ayland
2019-07-02
1
-47
/
+21
*
target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-6
/
+4
*
target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-18
/
+12
*
target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-24
/
+12
*
target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-4
/
+2
*
target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-9
/
+6
*
target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-27
/
+9
*
target/ppc: introduce separate generator and helper for xscvqpdp
Mark Cave-Ayland
2019-07-02
1
-3
/
+2
*
target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-28
/
+14
*
target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions
Mark Cave-Ayland
2019-07-02
1
-9
/
+6
*
target/ppc: remove getVSR()/putVSR() from fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-396
/
+366
*
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-7
/
+7
*
target/ppc: Style fixes for fpu_helper.c
David Gibson
2019-04-26
1
-51
/
+83
*
target/ppc: Split out float_invalid_cvt
Richard Henderson
2018-11-08
1
-39
/
+28
*
target/ppc: Split out float_invalid_op_div
Richard Henderson
2018-11-08
1
-28
/
+24
*
target/ppc: Split out float_invalid_op_mul
Richard Henderson
2018-11-08
1
-23
/
+20
*
target/ppc: Split out float_invalid_op_addsub
Richard Henderson
2018-11-08
1
-34
/
+26
*
target/ppc: Introduce fp number classification
Richard Henderson
2018-11-08
1
-43
/
+51
*
target/ppc: Remove float_check_status
Richard Henderson
2018-11-08
1
-42
/
+35
*
target/ppc: Split up float_invalid_op_excp
Richard Henderson
2018-11-08
1
-163
/
+181
*
target/ppc: Use non-arithmetic conversions for fp load/store
Richard Henderson
2018-08-21
1
-12
/
+49
*
target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrt
Richard Henderson
2018-08-21
1
-25
/
+37
*
target/ppc: Tidy helper_fsqrt
Richard Henderson
2018-08-21
1
-15
/
+14
*
target/ppc: Tidy helper_fadd, helper_fsub
Richard Henderson
2018-08-21
1
-29
/
+21
*
target/ppc: Tidy helper_fmul
Richard Henderson
2018-08-21
1
-14
/
+11
*
target/ppc: Honor fpscr_ze semantics and tidy fdiv
Richard Henderson
2018-08-21
1
-22
/
+28
*
target/ppc: Enable fp exceptions for user-only
Richard Henderson
2018-08-21
1
-3
/
+12
*
fpu_helper.c: fix setting FPSCR[FI] bit
John Arbuckle
2018-07-03
1
-0
/
+8
*
fpu_helper.c: fix helper_fpscr_clrbit() function
John Arbuckle
2018-06-21
1
-0
/
+28
*
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
2018-05-18
1
-1
/
+0
*
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-21
1
-0
/
+1
*
target/ppc: use helper for excp handling
Nikunj A Dadhania
2017-03-06
1
-18
/
+2
*
target/ppc: fmadd: add macro for updating flags
Nikunj A Dadhania
2017-03-06
1
-31
/
+30
*
target/ppc: fmadd check for excp independently
Nikunj A Dadhania
2017-03-06
1
-8
/
+12
*
target/ppc: rewrite f[n]m[add,sub] using float64_muladd
Nikunj A Dadhania
2017-03-03
1
-167
/
+46
*
target-ppc: Add xscvqpudz and xscvqpuwz instructions
Bharata B Rao
2017-02-22
1
-0
/
+2
*
target-ppc: Implement round to odd variants of quad FP instructions
Bharata B Rao
2017-02-22
1
-22
/
+20
*
target-ppc: Add xsmaxjdp and xsminjdp instructions
Bharata B Rao
2017-02-22
1
-0
/
+55
*
target-ppc: Add xsmaxcdp and xsmincdp instructions
Bharata B Rao
2017-02-22
1
-0
/
+38
*
ppc: implement xssubqp instruction
Jose Ricardo Ziviani
2017-02-22
1
-0
/
+34
*
ppc: implement xssqrtqp instruction
Jose Ricardo Ziviani
2017-02-22
1
-0
/
+38
*
ppc: implement xsrqpxp instruction
Jose Ricardo Ziviani
2017-02-22
1
-0
/
+56
[next]