aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-21/+0
2021-11-09target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst1-0/+15
2021-11-09target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst1-0/+39
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst1-21/+0
2021-11-09target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst1-0/+30
2021-11-09target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst1-2/+0
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst1-1/+1
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst1-0/+18
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst1-0/+20
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires1-4/+5
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires1-5/+9
2021-09-29target/ppc: fix setting of CR flags in bcdcfsqLuis Pires1-13/+48
2021-08-27target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst1-28/+10
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst1-0/+62
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)1-7/+2
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson1-0/+1
2021-03-10target/ppc: Fix bcdsub. emulation when result overflowsFabiano Rosas1-3/+10
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1