summaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)Author
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
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland
2019-07-02target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland
2019-06-12target/ppc: Use tcg_gen_gvec_bitselRichard Henderson
2019-06-12target/ppc: Fix lxvw4x, lxvh8x and lxvb16xAnton Blanchard
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson
2019-05-29target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]pAnton Blanchard
2019-05-29target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STOREAnton Blanchard
2019-05-29target/ppc: Fix xxspltibAnton Blanchard
2019-05-29target/ppc: Fix xxbrq, xxbrwAnton Blanchard
2019-05-29target/ppc: Fix xvxsigdpAnton Blanchard
2019-05-13target/ppc: Use tcg_gen_abs_i32Philippe Mathieu-Daudé
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson
2019-04-26target/ppc: Style fixes for translate/spe-impl.inc.cDavid Gibson
2019-04-26target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson
2019-04-26target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson
2019-04-26target/ppc: Style fixes for translate/fp-impl.inc.cDavid Gibson