summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
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-282-7/+17
* target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-282-10/+26
* target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)2022-10-282-59/+53Star
* target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)2022-10-282-12/+67
* target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-282-6/+46
* target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-282-18/+97
* target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-282-6/+65
* target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)2022-10-282-4/+13
* target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-282-6/+58
* target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)2022-10-282-3/+3
* target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-281-18/+30
* target/ppc: move msgsync to decodetreeMatheus Ferst2022-10-281-0/+9
* target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst2022-10-281-0/+26
* target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst2022-10-281-0/+70
* target/ppc: Fix xvcmp* clearing FI bitVíctor Colombo2022-10-171-1/+0Star
* target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo2022-09-201-2/+2
* target/ppc: Move fsqrts to decodetreeVíctor Colombo2022-09-202-23/+1Star
* target/ppc: Move fsqrt to decodetreeVíctor Colombo2022-09-202-13/+17
* target/ppc: Implement hashstp and hashchkpVíctor Colombo2022-09-201-0/+2
* target/ppc: Implement hashst and hashchkVíctor Colombo2022-09-201-0/+32
* target/ppc: Implement slbiagLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbsync to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbfee to decodetreeLucas Coutinho2022-07-181-0/+34
* target/ppc: Move slbmfee to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbmfev to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbmte to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbia to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbieg to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: Move slbie to decodetreeLucas Coutinho2022-07-181-0/+14
* target/ppc: add macros to check privilege levelMatheus Ferst2022-07-181-5/+2Star
* target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst2022-07-181-2/+2
* target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori2022-07-181-0/+17
* target/ppc: Move tlbie[l] to decode treeLeandro Lupori2022-07-181-0/+87
* target/ppc: implement cdtbcdMatheus Ferst2022-07-061-0/+7
* target/ppc: implement cbcdtdMatheus Ferst2022-07-061-0/+7
* target/ppc: implement addg6sMatheus Ferst2022-07-061-0/+37
* target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo2022-07-061-0/+41
* target/ppc: Move mffs[.] to decodetreeVíctor Colombo2022-07-062-19/+17Star
* target/ppc: Move mffsl to decodetreeVíctor Colombo2022-07-062-24/+16Star
* target/ppc: Move mffsce to decodetreeVíctor Colombo2022-07-062-32/+16Star
* target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo2022-07-062-45/+42Star
* target/ppc: use int128.h methods in vsubcuqMatheus Ferst2022-07-062-5/+2Star
* target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst2022-07-062-5/+3Star
* target/ppc: use int128.h methods in vsubuqmMatheus Ferst2022-07-062-4/+3Star
* target/ppc: use int128.h methods in vaddcuqMatheus Ferst2022-07-062-2/+1Star
* target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst2022-07-062-5/+3Star
* target/ppc: use int128.h methods in vadduqmMatheus Ferst2022-07-062-2/+2
* target/ppc: use int128.h methods in vpmsumdMatheus Ferst2022-07-062-2/+2
* target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)2022-06-201-0/+2