aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)AuthorFilesLines
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst1-0/+31
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst1-0/+7
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst1-0/+56
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst1-0/+12
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst1-0/+23
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson1-0/+4
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson1-0/+24
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson1-0/+16
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson1-0/+89
2021-06-03target/ppc: Implement PNOPRichard Henderson1-0/+11
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson1-0/+44
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson1-0/+18
2021-05-19target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio1-2/+2
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio1-23/+23
2020-11-24ppc/translate: Implement lxvwsx opcodeLemonBoy2-0/+31
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell3-38/+84
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini10-0/+0
2020-08-12target/ppc: Fix SPE unavailable exception triggeringMatthieu Bucchianeri1-33/+64
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan2-0/+4
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan2-2/+8
2020-08-12target/ppc: add vmulld instructionLijun Pan2-0/+5
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan1-1/+1
2020-08-12target/ppc: Fix TCG leak with the evmwsmiaa instructionMatthieu Bucchianeri1-2/+2
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson1-4/+4
2020-05-06target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson2-15/+19
2020-02-21target/ppc: Fix typo in commentsBALATON Zoltan1-3/+3
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic1-44/+40
2019-10-04ppc: Add support for 'mffsce' instructionPaul A. Clarke2-0/+32
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2-1/+72
2019-08-29target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic1-29/+37
2019-08-29ppc: Fix xsmaddmdp and friendsPaul A. Clarke1-1/+1
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke2-1/+25
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic1-1/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic1-1/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic1-1/+76
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic1-2/+99
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic1-32/+89
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland2-66/+85
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland1-5/+5
2019-07-02target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland1-23/+24
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland1-3/+21
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland1-10/+28
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland1-8/+28
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland1-4/+20
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland1-6/+24
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland1-60/+75
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland1-1/+17
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland1-60/+77
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland1-8/+41
2019-06-12target/ppc: Use tcg_gen_gvec_bitselRichard Henderson1-22/+2