aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macrosJohn Platts1-4/+8
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson1-56/+22
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)1-80/+34
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)1-2/+37
2022-09-20target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo1-11/+26
2022-09-20target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo1-1/+1
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo1-22/+13
2022-08-31target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)1-2/+0
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza1-1/+1
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)1-0/+40
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)1-0/+95
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)1-2/+192
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst1-1/+1
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst1-1/+1
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst1-8/+7
2022-05-26target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo1-56/+56
2022-05-26target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo1-6/+7
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo1-58/+64
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo1-14/+14
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst1-0/+21
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst1-0/+12
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho1-4/+44
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson1-6/+39
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo1-0/+2
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo1-0/+2
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst1-38/+20
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo1-0/+18
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo1-0/+2
2022-03-02target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo1-24/+17
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo1-4/+4
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo1-3/+3
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo1-0/+3
2022-03-02target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo1-35/+29
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo1-1/+0
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst1-0/+42
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst1-11/+12
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst1-21/+0
2022-02-09target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo1-13/+13
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst1-4/+1
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst1-7/+3
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo1-2/+2
2021-12-17target/ppc: Use helper_todouble/tosingle in helper_xststdcspRichard Henderson1-11/+10
2021-12-17target/ppc: Update fres to new flags and float64r32Richard Henderson1-10/+10
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson1-0/+19
2021-12-17target/ppc: Add helper for fmulsRichard Henderson1-0/+12
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson1-0/+40
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson1-0/+12
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson1-1/+16
2021-12-17target/ppc: Update fre to new flagsRichard Henderson1-13/+8
2021-12-17target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson1-10/+5