aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)Author
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst
2022-03-02target/ppc: Implement xxevalMatheus Ferst
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater
2021-11-09target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst
2021-11-09target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst
2021-11-09target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst
2021-11-09target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires
2021-09-29target/ppc: fix setting of CR flags in bcdcfsqLuis Pires
2021-08-27target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson
2021-03-10target/ppc: Fix bcdsub. emulation when result overflowsFabiano Rosas
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson
2020-05-19softfloat: Name compare relation enumRichard Henderson
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson