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
2024-07-26
target/ppc: Move VSX fp compare insns to decodetree.
Chinmay Rath
1
-8
/
+8
2024-07-26
target/ppc: Move VSX arithmetic and max/min insns to decodetree.
Chinmay Rath
1
-22
/
+22
2024-05-24
target/ppc: Move floating-point arithmetic instructions to decodetree.
Chinmay Rath
1
-19
/
+19
2024-05-24
target/ppc: Merge various fpu helpers
Chinmay Rath
1
-159
/
+62
2023-11-21
target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
John Platts
1
-4
/
+8
2023-05-28
target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF
Richard Henderson
1
-56
/
+22
2022-10-28
target/ppc: Moved XSTSTDC[QDS]P to decodetree
Lucas Mateus Castro (alqotel)
1
-80
/
+34
2022-10-28
target/ppc: Moved XVTSTDC[DS]P to decodetree
Lucas Mateus Castro (alqotel)
1
-2
/
+37
2022-09-20
target/ppc: Clear fpstatus flags on helpers missing it
Víctor Colombo
1
-11
/
+26
2022-09-20
target/ppc: Zero second doubleword for VSX madd instructions
Víctor Colombo
1
-1
/
+1
2022-09-20
target/ppc: Merge fsqrt and fsqrts helpers
Víctor Colombo
1
-22
/
+13
2022-08-31
target/ppc: Bugfix FP when OE/UE are set
Lucas Mateus Castro (alqotel)
1
-2
/
+0
2022-06-20
target/ppc: fix unreachable code in fpu_helper.c
Daniel Henrique Barboza
1
-1
/
+1
2022-05-26
target/ppc: Implemented [pm]xvbf16ger2*
Lucas Mateus Castro (alqotel)
1
-0
/
+40
2022-05-26
target/ppc: Implemented xvf16ger*
Lucas Mateus Castro (alqotel)
1
-0
/
+95
2022-05-26
target/ppc: Implemented xvf*ger*
Lucas Mateus Castro (alqotel)
1
-2
/
+192
2022-05-26
target/ppc: declare xvxsigsp helper with call flags
Matheus Ferst
1
-1
/
+1
2022-05-26
target/ppc: declare xscvspdpn helper with call flags
Matheus Ferst
1
-1
/
+1
2022-05-26
target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
Matheus Ferst
1
-8
/
+7
2022-05-26
target/ppc: Rename sfprf to sfifprf where it's also used as set fi flag
Víctor Colombo
1
-56
/
+56
2022-05-26
target/ppc: Fix FPSCR.FI changing in float_overflow_excp()
Víctor Colombo
1
-6
/
+7
2022-05-26
target/ppc: Fix FPSCR.FI bit being cleared when it shouldn't
Víctor Colombo
1
-58
/
+64
2022-05-05
target/ppc: Remove fpscr_* macros from cpu.h
Víctor Colombo
1
-14
/
+14
2022-04-20
target/ppc: implement xscvqp[su]qz
Matheus Ferst
1
-0
/
+21
2022-04-20
target/ppc: implement xscv[su]qqp
Matheus Ferst
1
-0
/
+12
2022-03-20
target/ppc: Replicate Double->Single-Precision result
Lucas Coutinho
1
-4
/
+44
2022-03-20
target/ppc: Replicate double->int32 result for some vector insns
Richard Henderson
1
-6
/
+39
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16
Víctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
Víctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
Matheus Ferst
1
-38
/
+20
2022-03-02
target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
Víctor Colombo
1
-0
/
+18
2022-03-02
target/ppc: Implement xs{max,min}cqp
Víctor Colombo
1
-0
/
+2
2022-03-02
target/ppc: Refactor VSX_MAX_MINC helper
Víctor Colombo
1
-24
/
+17
2022-03-02
target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
Víctor Colombo
1
-4
/
+4
2022-03-02
target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
Víctor Colombo
1
-3
/
+3
2022-03-02
target/ppc: Implement xscmp{eq,ge,gt}qp
Víctor Colombo
1
-0
/
+3
2022-03-02
target/ppc: Refactor VSX_SCALAR_CMP_DP
Víctor Colombo
1
-35
/
+29
2022-03-02
target/ppc: Remove xscmpnedp instruction
Víctor Colombo
1
-1
/
+0
2022-03-02
target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
Matheus Ferst
1
-0
/
+42
2022-03-02
target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
Matheus Ferst
1
-11
/
+12
2022-03-02
target/ppc: move xxperm/xxpermr to decodetree
Matheus Ferst
1
-21
/
+0
2022-02-09
target/ppc: Change VSX instructions behavior to fill with zeros
Víctor Colombo
1
-13
/
+13
2022-01-04
target/ppc: do not silence snan in xscvspdpn
Matheus Ferst
1
-4
/
+1
2021-12-17
target/ppc: move xscvqpdp to decodetree
Matheus Ferst
1
-7
/
+3
2021-12-17
target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
Victor Colombo
1
-2
/
+2
2021-12-17
target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
Richard Henderson
1
-11
/
+10
2021-12-17
target/ppc: Update fres to new flags and float64r32
Richard Henderson
1
-10
/
+10
2021-12-17
target/ppc: Add helper for frsqrtes
Richard Henderson
1
-0
/
+19
2021-12-17
target/ppc: Add helper for fmuls
Richard Henderson
1
-0
/
+12
2021-12-17
target/ppc: Add helpers for fadds, fsubs, fdivs
Richard Henderson
1
-0
/
+40
[next]