summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo2022-03-051-0/+2
* target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo2022-03-051-0/+2
* target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2022-03-052-42/+57
* 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: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst2022-03-051-38/+20Star
* target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2022-03-022-0/+43
* target/ppc: implement plxssp/pstxsspLeandro Lupori2022-03-024-68/+62Star
* target/ppc: implement plxsd/pstxsdLeandro Lupori2022-03-024-14/+67
* target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo2022-03-024-4/+57
* target/ppc: Implement xs{max,min}cqpVíctor Colombo2022-03-024-0/+9
* target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo2022-03-021-24/+17Star
* target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo2022-03-023-34/+12Star
* target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo2022-03-025-12/+34
* target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo2022-03-024-0/+40
* target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo2022-03-021-35/+29Star
* target/ppc: Remove xscmpnedp instructionVíctor Colombo2022-03-024-4/+0Star
* target/ppc: Implement xvtlsbb instructionVíctor Colombo2022-03-022-0/+47
* target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst2022-03-024-0/+80
* target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst2022-03-025-43/+90
* target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst2022-03-024-0/+160
* target/ppc: Implement xxevalMatheus Ferst2022-03-024-0/+271
* target/ppc: Implement xxpermx instructionMatheus Ferst2022-03-024-0/+51
* target/ppc: Move xxpermdi to decodetreeMatheus Ferst2022-03-023-41/+36Star
* target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst2022-03-025-27/+45
* target/ppc: Move xxsel to decodetreeMatheus Ferst2022-03-024-67/+26Star
* target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst2022-03-025-32/+62
* target/ppc: implement vrlqmiMatheus Ferst2022-03-022-4/+18
* target/ppc: implement vrlqnmMatheus Ferst2022-03-022-5/+77
* target/ppc: implement vrlqMatheus Ferst2022-03-022-0/+49
* target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst2022-03-025-41/+184
* target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst2022-03-023-12/+12
* target/ppc: implement vsraqMatheus Ferst2022-03-022-6/+18
* target/ppc: implement vsrqMatheus Ferst2022-03-022-10/+31
* target/ppc: implement vslqMatheus Ferst2022-03-022-0/+41
* target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst2022-03-023-26/+45
* target/ppc: implement vgnbMatheus Ferst2022-03-022-0/+140
* target/ppc: implement vcntmb[bhwd]Matheus Ferst2022-03-022-0/+40
* target/ppc: implement vclrrbMatheus Ferst2022-03-022-8/+25
* target/ppc: implement vclrlbMatheus Ferst2022-03-022-0/+42
* target/ppc: implement vstri[bh][lr]Matheus Ferst2022-03-024-0/+72
* target/ppc: Implement Vector Compare QuadwordMatheus Ferst2022-03-022-0/+51
* target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst2022-03-022-0/+41
* target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst2022-03-022-0/+37
* target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst2022-03-025-52/+80
* target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst2022-03-025-124/+88Star
* target/ppc: Implement vextsd2qLucas Coutinho2022-03-022-0/+19
* target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho2022-03-025-30/+61