aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)Author
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires
2021-11-09target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.cBruno Larsen
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst
2021-11-09target/ppc: Implement cnttzdmLuis Pires
2021-11-09target/ppc: Implement cntlzdmLuis Pires
2021-11-09target/ppc: Implement PLQ and PSTQMatheus Ferst
2021-11-09target/ppc: Move LQ and STQ to decodetreeMatheus Ferst
2021-11-09target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructionsFernando Eckhardt Valle
2021-11-09target/ppc: Move load and store floating point instructions to decodetreeFernando Eckhardt Valle
2021-11-09target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle
2021-11-09target/ppc: introduce do_ea_calcFernando Eckhardt Valle
2021-07-29target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson
2021-06-03target/ppc: Implement PNOPRichard Henderson
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson
2021-05-19target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio
2020-11-24ppc/translate: Implement lxvwsx opcodeLemonBoy
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: Fix SPE unavailable exception triggeringMatthieu Bucchianeri
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan
2020-08-12target/ppc: add vmulld instructionLijun Pan
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan
2020-08-12target/ppc: Fix TCG leak with the evmwsmiaa instructionMatthieu Bucchianeri
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson
2020-05-06target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson
2020-02-21target/ppc: Fix typo in commentsBALATON Zoltan
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic
2019-10-04ppc: Add support for 'mffsce' instructionPaul A. Clarke
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke
2019-08-29target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic
2019-08-29ppc: Fix xsmaddmdp and friendsPaul A. Clarke
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke
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