aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)AuthorFilesLines
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)1-0/+41
2022-05-26target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)1-0/+31
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst2-2/+2
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst2-3/+22
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst2-3/+4
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst1-27/+5
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst2-39/+30
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst2-2/+17
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst2-2/+21
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst2-3/+28
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst1-0/+2
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst1-0/+20
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-3/+3
2022-03-26target/ppc: fix helper_xvmadd* argument orderMatheus Ferst1-10/+10
2022-03-14target/ppc: fix xxspltw for big endian hostsMatheus Ferst1-1/+1
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst1-35/+36
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst1-4/+2
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst1-7/+3
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst1-7/+3
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)1-8/+8
2022-03-02target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho1-0/+35
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori1-46/+47
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori1-2/+53
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo1-1/+30
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo1-0/+2
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo1-26/+4
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo2-6/+25
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo1-0/+31
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo2-2/+0
2022-03-02target/ppc: Implement xvtlsbb instructionVíctor Colombo1-0/+40
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst1-0/+25
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst2-24/+48
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst1-0/+43
2022-03-02target/ppc: Implement xxevalMatheus Ferst1-0/+220
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst1-0/+22
2022-03-02target/ppc: Move xxpermdi to decodetreeMatheus Ferst2-41/+32
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst2-4/+40
2022-03-02target/ppc: Move xxsel to decodetreeMatheus Ferst2-55/+8
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst2-18/+53
2022-03-02target/ppc: implement vrlqmiMatheus Ferst1-4/+17
2022-03-02target/ppc: implement vrlqnmMatheus Ferst1-5/+76
2022-03-02target/ppc: implement vrlqMatheus Ferst1-0/+48
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst2-10/+147
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst2-12/+7
2022-03-02target/ppc: implement vsraqMatheus Ferst1-6/+17
2022-03-02target/ppc: implement vsrqMatheus Ferst1-10/+30
2022-03-02target/ppc: implement vslqMatheus Ferst1-0/+40
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst2-26/+28
2022-03-02target/ppc: implement vgnbMatheus Ferst1-0/+135
2022-03-02target/ppc: implement vcntmb[bhwd]Matheus Ferst1-0/+32