summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate/vmx-impl.c.inc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst2022-03-021-14/+27
* target/ppc: implement vgnbMatheus Ferst2022-03-021-0/+135
* target/ppc: implement vcntmb[bhwd]Matheus Ferst2022-03-021-0/+32
* target/ppc: implement vclrrbMatheus Ferst2022-03-021-8/+24
* target/ppc: implement vclrlbMatheus Ferst2022-03-021-0/+40
* target/ppc: implement vstri[bh][lr]Matheus Ferst2022-03-021-0/+30
* target/ppc: Implement Vector Compare QuadwordMatheus Ferst2022-03-021-0/+45
* target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst2022-03-021-0/+39
* target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst2022-03-021-0/+36
* target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst2022-03-021-4/+62
* target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst2022-03-021-28/+61
* target/ppc: Implement vextsd2qLucas Coutinho2022-03-021-0/+18
* target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho2022-03-021-5/+53
* target/ppc: Implement vmsumudm instructionVíctor Colombo2022-03-021-0/+34
* target/ppc: Implement vmsumcud instructionVíctor Colombo2022-03-021-0/+53
* target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)2022-03-021-4/+87
* target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)2022-03-021-5/+16
* target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)2022-03-021-18/+59
* target/ppc: Implement Vector Mask Move insnsMatheus Ferst2021-12-171-0/+115
* target/ppc: Implement Vector Extract MaskMatheus Ferst2021-12-171-0/+82
* target/ppc: Implement Vector Expand MaskMatheus Ferst2021-12-171-0/+34
* target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst2021-11-091-0/+37
* target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst2021-11-091-10/+22
* target/ppc: Implement Vector Insert from VSR using GPR index insnsMatheus Ferst2021-11-091-0/+32
* target/ppc: Implement Vector Insert Word from GPR using Immediate insnsMatheus Ferst2021-11-091-0/+37
* target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst2021-11-091-0/+50
* target/ppc: Implement vsldbi/vsrdbi instructionsMatheus Ferst2021-11-091-0/+66
* target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst2021-11-091-0/+32
* target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst2021-11-091-0/+32
* target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst2021-11-091-0/+16
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-241-1/+10
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-0/+1571