aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-02target/ppc: implement vclrrbMatheus Ferst1-8/+24
2022-03-02target/ppc: implement vclrlbMatheus Ferst1-0/+40
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst1-0/+30
2022-03-02target/ppc: Implement Vector Compare QuadwordMatheus Ferst1-0/+45
2022-03-02target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst1-0/+39
2022-03-02target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst1-0/+36
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst2-7/+62
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst2-40/+64
2022-03-02target/ppc: Implement vextsd2qLucas Coutinho1-0/+18
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho2-10/+53
2022-03-02target/ppc: Implement vmsumudm instructionVíctor Colombo1-0/+34
2022-03-02target/ppc: Implement vmsumcud instructionVíctor Colombo1-0/+53
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)1-4/+87
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)2-10/+16
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)2-30/+62