aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/fpu_helper.c
AgeCommit message (Expand)Author
2024-07-26target/ppc: Move VSX fp compare insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX arithmetic and max/min insns to decodetree.Chinmay Rath
2024-05-24target/ppc: Move floating-point arithmetic instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Merge various fpu helpersChinmay Rath
2023-11-21target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macrosJohn Platts
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)
2022-09-20target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo
2022-09-20target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo
2022-08-31target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst
2022-05-26target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo
2022-05-26target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo
2022-03-02target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo
2022-03-02target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst
2022-02-09target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo
2021-12-17target/ppc: Use helper_todouble/tosingle in helper_xststdcspRichard Henderson
2021-12-17target/ppc: Update fres to new flags and float64r32Richard Henderson
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson
2021-12-17target/ppc: Add helper for fmulsRichard Henderson
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson