summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate/vsx-impl.c.inc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)2022-10-281-10/+157
* target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-281-3/+17
* target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-281-2/+26
* target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)2022-10-281-56/+53Star
* target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)2022-10-281-6/+67
* target/ppc: Fix xvcmp* clearing FI bitVíctor Colombo2022-10-171-1/+0Star
* target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)2022-05-261-0/+12
* target/ppc: Implemented pmxvf*ger*Lucas Mateus Castro (alqotel)2022-05-261-0/+18
* target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)2022-05-261-0/+6
* target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)2022-05-261-0/+12
* target/ppc: Implemented pmxvi*ger* instructionsLucas Mateus Castro (alqotel)2022-05-261-0/+10
* target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)2022-05-261-0/+41
* target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)2022-05-261-0/+31
* target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst2022-05-261-37/+30Star
* target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst2022-05-261-1/+17
* target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst2022-05-261-1/+21
* 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-061-1/+1
* 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: 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-021-3/+25
* target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo2022-03-021-0/+31
* target/ppc: Remove xscmpnedp instructionVíctor Colombo2022-03-021-1/+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-021-8/+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-021-39/+32Star
* target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst2022-03-021-2/+40
* target/ppc: Move xxsel to decodetreeMatheus Ferst2022-03-021-12/+8Star
* target/ppc: Introduce TRANS*FLAGS macrosLuis Pires2022-03-021-25/+12Star
* target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo2022-02-091-1/+3
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-21/+21
* target/ppc: move xscvqpdp to decodetreeMatheus Ferst2021-12-171-11/+13
* target/ppc: fix xscvqpdp register accessMatheus Ferst2021-12-171-2/+3
* target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo2021-12-171-4/+26
* target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo2021-12-171-4/+4
* target/ppc: Implement lxvkq instructionMatheus Ferst2021-11-091-0/+43
* target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst2021-11-091-0/+55
* target/ppc: implemented XXSPLTIDP instructionBruno Larsen (billionai)2021-11-091-0/+10