aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2022-03-02target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2-0/+43
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori4-68/+62
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori4-14/+67
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo4-4/+57
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo4-0/+9
2022-03-02target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo1-24/+17
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo3-34/+12
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo5-12/+34
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo4-0/+40
2022-03-02target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo1-35/+29
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo4-4/+0
2022-03-02target/ppc: Implement xvtlsbb instructionVíctor Colombo2-0/+47
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst4-0/+80
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst5-43/+90
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst4-0/+160
2022-03-02target/ppc: Implement xxevalMatheus Ferst4-0/+271
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst4-0/+51
2022-03-02target/ppc: Move xxpermdi to decodetreeMatheus Ferst3-41/+36
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst5-27/+45
2022-03-02target/ppc: Move xxsel to decodetreeMatheus Ferst4-67/+26
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst5-32/+62
2022-03-02target/ppc: implement vrlqmiMatheus Ferst2-4/+18
2022-03-02target/ppc: implement vrlqnmMatheus Ferst2-5/+77
2022-03-02target/ppc: implement vrlqMatheus Ferst2-0/+49
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst5-41/+184
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst3-12/+12
2022-03-02target/ppc: implement vsraqMatheus Ferst2-6/+18
2022-03-02target/ppc: implement vsrqMatheus Ferst2-10/+31
2022-03-02target/ppc: implement vslqMatheus Ferst2-0/+41
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst3-26/+45
2022-03-02target/ppc: implement vgnbMatheus Ferst2-0/+140
2022-03-02target/ppc: implement vcntmb[bhwd]Matheus Ferst2-0/+40
2022-03-02target/ppc: implement vclrrbMatheus Ferst2-8/+25
2022-03-02target/ppc: implement vclrlbMatheus Ferst2-0/+42
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst4-0/+72
2022-03-02target/ppc: Implement Vector Compare QuadwordMatheus Ferst2-0/+51
2022-03-02target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst2-0/+41
2022-03-02target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst2-0/+37
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst5-52/+80
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst5-124/+88
2022-03-02target/ppc: Implement vextsd2qLucas Coutinho2-0/+19
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho5-30/+61
2022-03-02target/ppc: Implement vmsumudm instructionVíctor Colombo2-0/+35
2022-03-02target/ppc: Implement vmsumcud instructionVíctor Colombo2-0/+57
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)3-43/+87
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)5-18/+30
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)5-52/+106
2022-03-02target/ppc: Introduce TRANS*FLAGS macrosLuis Pires2-25/+31
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza3-2/+54
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza3-1/+41