aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-04target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCXRichard Henderson1-2/+0
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori1-0/+1
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst1-0/+1
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)1-3/+3
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)1-2/+2
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-3/+3
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-6/+6
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)1-3/+1
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)1-2/+0
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)1-2/+0
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)1-2/+2
2022-10-28target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)1-1/+1
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo1-2/+2
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo1-0/+2
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo1-0/+2
2022-07-18target/ppc: Implement slbiagLucas Coutinho1-0/+1
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho1-1/+1
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori1-0/+2
2022-07-18target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst1-1/+1
2022-07-06target/ppc: implement cdtbcdMatheus Ferst1-0/+1
2022-07-06target/ppc: implement cbcdtdMatheus Ferst1-0/+1
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst1-2/+2
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst1-2/+2
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst1-1/+1
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)1-0/+2
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)1-0/+4
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)1-0/+2
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)1-0/+5
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)1-0/+5
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)1-0/+10
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)1-0/+13
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst1-1/+1
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst1-1/+1
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst1-1/+1
2022-05-26target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst1-4/+4
2022-05-26target/ppc: use TCG_CALL_NO_RWG in BCD helpersMatheus Ferst1-15/+15