aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/vmx-impl.c.inc
AgeCommit message (Expand)AuthorFilesLines
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst1-4/+1
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst1-4/+3
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst1-3/+2
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst1-4/+3
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst1-1/+2
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst1-1/+2
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)1-0/+2
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)1-0/+10
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)1-0/+4
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)1-0/+48
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)1-0/+2
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)1-0/+85
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst1-1/+2
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-2/+22
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst1-1/+4
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst1-27/+5
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
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: Move vsel and vperm/vpermr to decodetreeMatheus Ferst1-16/+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 Ferst1-6/+146
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst1-8/+5
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 Ferst1-14/+27
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 Ferst1-4/+62
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst1-28/+61
2022-03-02target/ppc: Implement vextsd2qLucas Coutinho1-0/+18
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho1-5/+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)1-5/+16
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)1-18/+59
2021-12-17target/ppc: Implement Vector Mask Move insnsMatheus Ferst1-0/+115