aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2022-03-26target/ppc: fix helper_xvmadd* argument orderMatheus 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-14target/ppc: fix xxspltw for big endian hostsMatheus Ferst
2022-03-14target/ppc: fix ISI fault cause for Radix MMULeandro Lupori
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
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: split XXGENPCV macros for readabilityMatheus Ferst
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst
2022-03-02target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori
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 xvtlsbb 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: Implement xxgenpcv[bhwd]m instructionMatheus Ferst
2022-03-02target/ppc: Implement xxevalMatheus Ferst
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst
2022-03-02target/ppc: Move xxpermdi to decodetreeMatheus Ferst
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst
2022-03-02target/ppc: Move xxsel to decodetreeMatheus Ferst
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vrlqmiMatheus Ferst
2022-03-02target/ppc: implement vrlqnmMatheus Ferst
2022-03-02target/ppc: implement vrlqMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vsraqMatheus Ferst
2022-03-02target/ppc: implement vsrqMatheus Ferst
2022-03-02target/ppc: implement vslqMatheus Ferst
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vgnbMatheus Ferst
2022-03-02target/ppc: implement vcntmb[bhwd]Matheus Ferst
2022-03-02target/ppc: implement vclrrbMatheus Ferst
2022-03-02target/ppc: implement vclrlbMatheus Ferst