aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/vmx-impl.c.inc
AgeCommit message (Expand)Author
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vrlqmiMatheus Ferst
2022-03-02target/ppc: implement vrlqnmMatheus Ferst
2022-03-02target/ppc: implement vrlqMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vsraqMatheus Ferst
2022-03-02target/ppc: implement vsrqMatheus Ferst
2022-03-02target/ppc: implement vslqMatheus Ferst
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vgnbMatheus Ferst
2022-03-02target/ppc: implement vcntmb[bhwd]Matheus Ferst
2022-03-02target/ppc: implement vclrrbMatheus Ferst
2022-03-02target/ppc: implement vclrlbMatheus Ferst
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst
2022-03-02target/ppc: Implement Vector Compare QuadwordMatheus Ferst
2022-03-02target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst
2022-03-02target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst
2022-03-02target/ppc: Implement vextsd2qLucas Coutinho
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho
2022-03-02target/ppc: Implement vmsumudm instructionVíctor Colombo
2022-03-02target/ppc: Implement vmsumcud instructionVíctor Colombo
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)
2021-12-17target/ppc: Implement Vector Mask Move insnsMatheus Ferst