aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell1-13/+35
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan1-0/+16
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan1-0/+19
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan1-13/+0
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson1-17/+0
2020-05-19softfloat: Name compare relation enumRichard Henderson1-6/+7
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland1-47/+25
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic1-3/+0
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic1-3/+0
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic1-276/+0
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic1-35/+0