aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/fpu_helper.c
AgeCommit message (Expand)Author
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
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson
2021-12-17target/ppc: Update fre to new flagsRichard Henderson
2021-12-17target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson
2021-12-17target/ppc: Update sqrt for new flagsRichard Henderson
2021-12-17target/ppc: Use helper_todouble in do_frspRichard Henderson
2021-12-17target/ppc: Update do_frsp for new flagsRichard Henderson
2021-12-17target/ppc: Split out do_frspRichard Henderson
2021-12-17target/ppc: Do not call do_float_check_status from do_fmaddRichard Henderson
2021-12-17target/ppc: Split out do_fmaddRichard Henderson
2021-12-17target/ppc: Update fmadd for new flagsRichard Henderson
2021-12-17target/ppc: Clean up do_friRichard Henderson
2021-12-17target/ppc: Tidy inexact handling in do_friRichard Henderson
2021-12-17target/ppc: Use FloatRoundMode in do_friRichard Henderson
2021-12-17target/ppc: Remove inline from do_friRichard Henderson
2021-12-17target/ppc: Fix VXCVI return valueRichard Henderson
2021-12-17target/ppc: Update float_invalid_cvt for new flagsRichard Henderson
2021-12-17target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_div for new flagsRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_mul for new flagsRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_addsub for new flagsRichard Henderson
2021-12-17target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)