aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06target/ppc: Rename variables to avoid local variable shadowing in VUPKPXCédric Le Goater1-6/+6
2023-09-15target/ppc: Use clmul_64Richard Henderson1-14/+3
2023-09-15target/ppc: Use clmul_32* routinesRichard Henderson1-21/+7
2023-09-15target/ppc: Use clmul_16* routinesRichard Henderson1-1/+8
2023-09-15target/ppc: Use clmul_8* routinesRichard Henderson1-1/+13
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-07-08target/ppc: Use aesdec_ISB_ISR_AK_IMCRichard Henderson1-15/+4
2023-07-08target/ppc: Use aesenc_SB_SR_MC_AKRichard Henderson1-10/+4
2023-07-08target/ppc: Use aesdec_ISB_ISR_AKRichard Henderson1-7/+1
2023-07-08target/ppc: Use aesenc_SB_SR_AKRichard Henderson1-7/+2
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-8/+5
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-17/+15
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)1-24/+1
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)1-12/+0
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)1-18/+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/+2
2022-09-20target/ppc: Set OV32 when OV is setVíctor Colombo1-2/+2
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst1-46/+5
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst1-29/+9
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst1-17/+2
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst1-10/+2
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst1-44/+9
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst1-6/+2
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst1-38/+10
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza1-2/+3
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst1-3/+2
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)1-0/+21
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)1-0/+64
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)1-0/+21
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)1-0/+130
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst1-3/+2
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-3/+2
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst1-4/+2
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst1-4/+2
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-11/+11
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst1-7/+21
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst1-0/+91
2022-03-02target/ppc: Implement xxevalMatheus Ferst1-0/+42
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst1-0/+20
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst1-11/+2
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst1-27/+27
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst1-0/+28
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst1-39/+11
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst1-54/+0
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho1-15/+0
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)1-35/+0
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)1-4/+4
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)1-10/+10
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-66/+0