summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
Commit message (Expand)AuthorAgeFilesLines
...
* target/ppc: introduce do_va_helperMatheus Ferst2022-05-261-27/+5Star
* target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst2022-05-262-39/+30Star
* target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst2022-05-262-2/+17
* target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst2022-05-262-2/+21
* target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst2022-05-262-3/+28
* target/ppc: implement xscvqp[su]qzMatheus Ferst2022-04-201-0/+2
* target/ppc: implement xscv[su]qqpMatheus Ferst2022-04-201-0/+20
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-3/+3
* target/ppc: fix helper_xvmadd* argument orderMatheus Ferst2022-03-261-10/+10
* target/ppc: fix xxspltw for big endian hostsMatheus Ferst2022-03-141-1/+1
* target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2022-03-051-35/+36
* target/ppc: use andc in vrlqmiMatheus Ferst2022-03-051-4/+2Star
* target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst2022-03-051-7/+3Star
* target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst2022-03-051-7/+3Star
* target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)2022-03-051-8/+8
* target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2022-03-021-0/+35
* target/ppc: implement plxssp/pstxsspLeandro Lupori2022-03-021-46/+47
* target/ppc: implement plxsd/pstxsdLeandro Lupori2022-03-021-2/+53
* target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo2022-03-021-1/+30
* target/ppc: Implement xs{max,min}cqpVíctor Colombo2022-03-021-0/+2
* target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo2022-03-021-26/+4Star
* target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo2022-03-022-6/+25
* target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo2022-03-021-0/+31
* target/ppc: Remove xscmpnedp instructionVíctor Colombo2022-03-022-2/+0Star
* target/ppc: Implement xvtlsbb instructionVíctor Colombo2022-03-021-0/+40
* target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst2022-03-021-0/+25
* target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst2022-03-022-24/+48
* target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst2022-03-021-0/+43
* target/ppc: Implement xxevalMatheus Ferst2022-03-021-0/+220
* target/ppc: Implement xxpermx instructionMatheus Ferst2022-03-021-0/+22
* target/ppc: Move xxpermdi to decodetreeMatheus Ferst2022-03-022-41/+32Star
* target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst2022-03-022-4/+40
* target/ppc: Move xxsel to decodetreeMatheus Ferst2022-03-022-55/+8Star
* target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst2022-03-022-18/+53
* target/ppc: implement vrlqmiMatheus Ferst2022-03-021-4/+17
* target/ppc: implement vrlqnmMatheus Ferst2022-03-021-5/+76
* target/ppc: implement vrlqMatheus Ferst2022-03-021-0/+48
* target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst2022-03-022-10/+147
* target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst2022-03-022-12/+7Star
* target/ppc: implement vsraqMatheus Ferst2022-03-021-6/+17
* target/ppc: implement vsrqMatheus Ferst2022-03-021-10/+30
* target/ppc: implement vslqMatheus Ferst2022-03-021-0/+40
* target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst2022-03-022-26/+28
* 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