aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)AuthorFilesLines
2023-03-05target/ppc: Drop tcg_temp_freeRichard Henderson7-795/+7
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson2-6/+6
2022-10-28target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)1-10/+157
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)2-7/+17
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)2-10/+26
2022-10-28target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)2-59/+53
2022-10-28target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)2-12/+67
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2-6/+46
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2-18/+97
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)2-6/+65
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)2-4/+13
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)2-6/+58
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)2-3/+3
2022-10-28target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)1-18/+30
2022-10-28target/ppc: move msgsync to decodetreeMatheus Ferst1-0/+9
2022-10-28target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst1-0/+26
2022-10-28target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst1-0/+70
2022-10-17target/ppc: Fix xvcmp* clearing FI bitVíctor Colombo1-1/+0
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo1-2/+2
2022-09-20target/ppc: Move fsqrts to decodetreeVíctor Colombo2-23/+1
2022-09-20target/ppc: Move fsqrt to decodetreeVíctor Colombo2-13/+17
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo1-0/+2
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo1-0/+32
2022-07-18target/ppc: Implement slbiagLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbsync to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho1-0/+34
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho1-0/+14
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst1-5/+2
2022-07-18target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst1-2/+2
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori1-0/+17
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori1-0/+87
2022-07-06target/ppc: implement cdtbcdMatheus Ferst1-0/+7
2022-07-06target/ppc: implement cbcdtdMatheus Ferst1-0/+7
2022-07-06target/ppc: implement addg6sMatheus Ferst1-0/+37
2022-07-06target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo1-0/+41
2022-07-06target/ppc: Move mffs[.] to decodetreeVíctor Colombo2-19/+17
2022-07-06target/ppc: Move mffsl to decodetreeVíctor Colombo2-24/+16
2022-07-06target/ppc: Move mffsce to decodetreeVíctor Colombo2-32/+16
2022-07-06target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo2-45/+42
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst2-5/+2
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst2-5/+3
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst2-4/+3
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst2-2/+1
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst2-5/+3
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst2-2/+2