summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
Commit message (Expand)AuthorAgeFilesLines
* 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
* target/ppc: Fix QEMU crash with stxsdxGreg Kurz2019-03-291-1/+1
* target/ppc: Optimize x[sv]xsigdp using deposit_i64()Philippe Mathieu-Daudé2019-03-121-8/+4Star
* target/ppc: Optimize xviexpdp() using deposit_i64()Philippe Mathieu-Daudé2019-03-121-11/+3Star
* target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland2019-03-121-30/+4Star
* target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland2019-03-121-5/+0Star
* target/ppc: introduce avr_full_offset() functionMark Cave-Ayland2019-03-122-16/+11Star
* target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland2019-03-121-6/+6
* target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-181-16/+16
* target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-181-12/+45
* target/ppc: Add helper_mfvscrRichard Henderson2019-02-181-1/+1
* target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-181-4/+13
* target/ppc: convert xxsel to vector operationsRichard Henderson2019-02-181-28/+27Star