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