aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/vmx-ops.c.inc
AgeCommit message (Expand)AuthorFilesLines
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-3/+0
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-6/+3
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)1-3/+0
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)1-2/+0
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)1-2/+1
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)1-1/+0
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst1-1/+0
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst1-1/+0
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst1-1/+0
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst1-1/+0
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst1-1/+0
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst1-1/+0
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-1/+0
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst1-2/+0
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst1-2/+0
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst1-4/+1
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst1-4/+2
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst1-12/+1
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst1-3/+0
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst1-12/+3
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho1-5/+0
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)1-5/+0
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)1-12/+3
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst1-7/+3
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell1-2/+8
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-0/+301