index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
fpu_helper.c
Age
Commit message (
Expand
)
Author
2024-07-26
target/ppc: Move VSX fp compare insns to decodetree.
Chinmay Rath
2024-07-26
target/ppc: Move VSX arithmetic and max/min insns to decodetree.
Chinmay Rath
2024-05-24
target/ppc: Move floating-point arithmetic instructions to decodetree.
Chinmay Rath
2024-05-24
target/ppc: Merge various fpu helpers
Chinmay Rath
2023-11-21
target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
John Platts
2023-05-28
target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF
Richard Henderson
2022-10-28
target/ppc: Moved XSTSTDC[QDS]P to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Moved XVTSTDC[DS]P to decodetree
Lucas Mateus Castro (alqotel)
2022-09-20
target/ppc: Clear fpstatus flags on helpers missing it
Víctor Colombo
2022-09-20
target/ppc: Zero second doubleword for VSX madd instructions
Víctor Colombo
2022-09-20
target/ppc: Merge fsqrt and fsqrts helpers
Víctor Colombo
2022-08-31
target/ppc: Bugfix FP when OE/UE are set
Lucas Mateus Castro (alqotel)
2022-06-20
target/ppc: fix unreachable code in fpu_helper.c
Daniel Henrique Barboza
2022-05-26
target/ppc: Implemented [pm]xvbf16ger2*
Lucas Mateus Castro (alqotel)
2022-05-26
target/ppc: Implemented xvf16ger*
Lucas Mateus Castro (alqotel)
2022-05-26
target/ppc: Implemented xvf*ger*
Lucas Mateus Castro (alqotel)
2022-05-26
target/ppc: declare xvxsigsp helper with call flags
Matheus Ferst
2022-05-26
target/ppc: declare xscvspdpn helper with call flags
Matheus Ferst
2022-05-26
target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
Matheus Ferst
2022-05-26
target/ppc: Rename sfprf to sfifprf where it's also used as set fi flag
Víctor Colombo
2022-05-26
target/ppc: Fix FPSCR.FI changing in float_overflow_excp()
Víctor Colombo
2022-05-26
target/ppc: Fix FPSCR.FI bit being cleared when it shouldn't
Víctor Colombo
2022-05-05
target/ppc: Remove fpscr_* macros from cpu.h
Víctor Colombo
2022-04-20
target/ppc: implement xscvqp[su]qz
Matheus Ferst
2022-04-20
target/ppc: implement xscv[su]qqp
Matheus Ferst
2022-03-20
target/ppc: Replicate Double->Single-Precision result
Lucas Coutinho
2022-03-20
target/ppc: Replicate double->int32 result for some vector insns
Richard Henderson
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16
Víctor Colombo
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
Víctor Colombo
2022-03-05
target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
Matheus Ferst
2022-03-02
target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
Víctor Colombo
2022-03-02
target/ppc: Implement xs{max,min}cqp
Víctor Colombo
2022-03-02
target/ppc: Refactor VSX_MAX_MINC helper
Víctor Colombo
2022-03-02
target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
Víctor Colombo
2022-03-02
target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
Víctor Colombo
2022-03-02
target/ppc: Implement xscmp{eq,ge,gt}qp
Víctor Colombo
2022-03-02
target/ppc: Refactor VSX_SCALAR_CMP_DP
Víctor Colombo
2022-03-02
target/ppc: Remove xscmpnedp instruction
Víctor Colombo
2022-03-02
target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
Matheus Ferst
2022-03-02
target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
Matheus Ferst
2022-03-02
target/ppc: move xxperm/xxpermr to decodetree
Matheus Ferst
2022-02-09
target/ppc: Change VSX instructions behavior to fill with zeros
Víctor Colombo
2022-01-04
target/ppc: do not silence snan in xscvspdpn
Matheus Ferst
2021-12-17
target/ppc: move xscvqpdp to decodetree
Matheus Ferst
2021-12-17
target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
Victor Colombo
2021-12-17
target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
Richard Henderson
2021-12-17
target/ppc: Update fres to new flags and float64r32
Richard Henderson
2021-12-17
target/ppc: Add helper for frsqrtes
Richard Henderson
2021-12-17
target/ppc: Add helper for fmuls
Richard Henderson
2021-12-17
target/ppc: Add helpers for fadds, fsubs, fdivs
Richard Henderson
[next]