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: do not silence snan in xscvspdpn
Matheus Ferst
2022-01-04
1
-4
/
+1
*
target/ppc: move xscvqpdp to decodetree
Matheus Ferst
2021-12-17
1
-7
/
+3
*
target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
Victor Colombo
2021-12-17
1
-2
/
+2
*
target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
Richard Henderson
2021-12-17
1
-11
/
+10
*
target/ppc: Update fres to new flags and float64r32
Richard Henderson
2021-12-17
1
-10
/
+10
*
target/ppc: Add helper for frsqrtes
Richard Henderson
2021-12-17
1
-0
/
+19
*
target/ppc: Add helper for fmuls
Richard Henderson
2021-12-17
1
-0
/
+12
*
target/ppc: Add helpers for fadds, fsubs, fdivs
Richard Henderson
2021-12-17
1
-0
/
+40
*
target/ppc: Add helper for fsqrts
Richard Henderson
2021-12-17
1
-0
/
+12
*
target/ppc: Add helpers for fmadds et al
Richard Henderson
2021-12-17
1
-1
/
+16
*
target/ppc: Update fre to new flags
Richard Henderson
2021-12-17
1
-13
/
+8
*
target/ppc: Update xsrqpi and xsrqpxp to new flags
Richard Henderson
2021-12-17
1
-10
/
+5
*
target/ppc: Update sqrt for new flags
Richard Henderson
2021-12-17
1
-47
/
+25
*
target/ppc: Use helper_todouble in do_frsp
Richard Henderson
2021-12-17
1
-1
/
+1
*
target/ppc: Update do_frsp for new flags
Richard Henderson
2021-12-17
1
-9
/
+4
*
target/ppc: Split out do_frsp
Richard Henderson
2021-12-17
1
-11
/
+16
*
target/ppc: Do not call do_float_check_status from do_fmadd
Richard Henderson
2021-12-17
1
-5
/
+2
*
target/ppc: Split out do_fmadd
Richard Henderson
2021-12-17
1
-15
/
+18
*
target/ppc: Update fmadd for new flags
Richard Henderson
2021-12-17
1
-35
/
+11
*
target/ppc: Clean up do_fri
Richard Henderson
2021-12-17
1
-13
/
+11
*
target/ppc: Tidy inexact handling in do_fri
Richard Henderson
2021-12-17
1
-5
/
+1
*
target/ppc: Use FloatRoundMode in do_fri
Richard Henderson
2021-12-17
1
-1
/
+1
*
target/ppc: Remove inline from do_fri
Richard Henderson
2021-12-17
1
-2
/
+2
*
target/ppc: Fix VXCVI return value
Richard Henderson
2021-12-17
1
-12
/
+15
*
target/ppc: Update float_invalid_cvt for new flags
Richard Henderson
2021-12-17
1
-9
/
+11
*
target/ppc: Move float_check_status from FPU_FCTI to translate
Richard Henderson
2021-12-17
1
-6
/
+3
*
target/ppc: Update float_invalid_op_div for new flags
Richard Henderson
2021-12-17
1
-24
/
+14
*
target/ppc: Update float_invalid_op_mul for new flags
Richard Henderson
2021-12-17
1
-16
/
+10
*
target/ppc: Update float_invalid_op_addsub for new flags
Richard Henderson
2021-12-17
1
-24
/
+14
*
target/ppc: Fixed call to deferred exception
Lucas Mateus Castro (alqotel)
2021-12-17
1
-0
/
+48
*
target/ppc: overhauled and moved logic of storing fpscr
Bruno Larsen (billionai)
2021-06-03
1
-225
/
+13
*
target/ppc: reduce usage of fpscr_set_rounding_mode
Bruno Larsen (billionai)
2021-06-03
1
-3
/
+5
*
ppc/translate: Raise exceptions after setting the cc
Giuseppe Musacchio
2020-12-14
1
-14
/
+14
*
ppc/translate: Delay NaN checking after comparison
Giuseppe Musacchio
2020-12-14
1
-38
/
+42
*
ppc/translate: Turn the helper macros into functions
Giuseppe Musacchio
2020-12-14
1
-105
/
+123
*
ppc/translate: Fix unordered f64/f128 comparisons
Giuseppe Musacchio
2020-12-14
1
-10
/
+22
*
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
ppc/: fix some comment spelling errors
zhaolichang
2020-10-27
1
-1
/
+1
*
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
[next]