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