summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
Commit message (Expand)AuthorAgeFilesLines
* ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio2020-12-141-23/+23
* ppc/translate: Implement lxvwsx opcodeLemonBoy2020-11-242-0/+31
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-243-38/+84
|\
| * target/ppc: Fix SPE unavailable exception triggeringMatthieu Bucchianeri2020-08-121-33/+64
| * target/ppc: add vmulh{su}d instructionsLijun Pan2020-08-122-0/+4
| * target/ppc: add vmulh{su}w instructionsLijun Pan2020-08-122-2/+8
| * target/ppc: add vmulld instructionLijun Pan2020-08-122-0/+5
| * target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan2020-08-121-1/+1
| * target/ppc: Fix TCG leak with the evmwsmiaa instructionMatthieu Bucchianeri2020-08-121-2/+2
* | meson: rename included C source files to .c.incPaolo Bonzini2020-08-2110-0/+0
|/
* target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson2020-06-021-4/+4
* target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson2020-05-062-15/+19
* target/ppc: Fix typo in commentsBALATON Zoltan2020-02-201-3/+3
* target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic2019-10-241-44/+40Star
* ppc: Add support for 'mffsce' instructionPaul A. Clarke2019-10-042-0/+32
* ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-042-1/+72
* target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic2019-08-291-29/+37
* ppc: Fix xsmaddmdp and friendsPaul A. Clarke2019-08-291-1/+1
* ppc: Add support for 'mffsl' instructionPaul A. Clarke2019-08-212-1/+25
* target/ppc: Optimize emulation of vclzw instructionStefan Brankovic2019-08-211-1/+27
* target/ppc: Optimize emulation of vclzd instructionStefan Brankovic2019-08-211-1/+27
* target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic2019-08-211-1/+76
* target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic2019-08-211-2/+99
* target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic2019-08-211-32/+89
* target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland2019-07-022-66/+85
* target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland2019-07-021-5/+5
* target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland2019-07-021-23/+24
* target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-3/+21
* target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-10/+28
* target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-8/+28
* target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland2019-07-021-4/+20
* target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-6/+24
* target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-60/+75
* target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland2019-07-021-1/+17
* target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-60/+77
* target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland2019-07-021-8/+41
* target/ppc: Use tcg_gen_gvec_bitselRichard Henderson2019-06-121-22/+2Star
* target/ppc: Fix lxvw4x, lxvh8x and lxvb16xAnton Blanchard2019-06-121-6/+7
* target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson2019-05-291-12/+12
* target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]pAnton Blanchard2019-05-291-2/+2
* target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STOREAnton Blanchard2019-05-291-10/+58
* target/ppc: Fix xxspltibAnton Blanchard2019-05-291-4/+4
* target/ppc: Fix xxbrq, xxbrwAnton Blanchard2019-05-291-2/+2
* target/ppc: Fix xvxsigdpAnton Blanchard2019-05-291-1/+1
* target/ppc: Use tcg_gen_abs_i32Philippe Mathieu-Daudé2019-05-141-13/+1Star
* tcg: Specify optional vector requirements with a listRichard Henderson2019-05-131-1/+6
* target/ppc: Style fixes for translate/spe-impl.inc.cDavid Gibson2019-04-261-5/+9
* target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson2019-04-261-11/+15
* target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson2019-04-261-7/+8
* target/ppc: Style fixes for translate/fp-impl.inc.cDavid Gibson2019-04-261-20/+32