aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/vsx-impl.inc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland1-34/+47
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
2019-06-12target/ppc: Fix lxvw4x, lxvh8x and lxvb16xAnton Blanchard1-6/+7
2019-05-29target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]pAnton Blanchard1-2/+2
2019-05-29target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STOREAnton Blanchard1-10/+58
2019-05-29target/ppc: Fix xxspltibAnton Blanchard1-4/+4
2019-05-29target/ppc: Fix xxbrq, xxbrwAnton Blanchard1-2/+2
2019-05-29target/ppc: Fix xvxsigdpAnton Blanchard1-1/+1
2019-04-26target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson1-7/+8
2019-03-29target/ppc: Fix QEMU crash with stxsdxGreg Kurz1-1/+1
2019-03-12target/ppc: Optimize x[sv]xsigdp using deposit_i64()Philippe Mathieu-Daudé1-8/+4
2019-03-12target/ppc: Optimize xviexpdp() using deposit_i64()Philippe Mathieu-Daudé1-11/+3
2019-03-12target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland1-30/+4
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland1-5/+0
2019-03-12target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland1-6/+6
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson1-28/+27
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson1-25/+11
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson1-8/+5
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson1-26/+17
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-2/+2
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland1-2/+2
2019-01-09target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland1-224/+638
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé1-16/+8
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao1-0/+2
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao1-0/+2
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao1-0/+2
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani1-0/+1
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani1-0/+1
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani1-0/+1
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani1-0/+2
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania1-0/+3
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania1-0/+2
2017-01-31target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania1-0/+2
2017-01-31target-ppc: Add xsmulqp instructionBharata B Rao1-0/+1
2017-01-31target-ppc: Add xsdivqp instructionBharata B Rao1-0/+1
2017-01-31target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao1-0/+2
2017-01-31target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao1-0/+2
2017-01-31target-ppc: Add xvxsigdp instructionNikunj A Dadhania1-0/+40
2017-01-31target-ppc: Add xvxsigsp instructionNikunj A Dadhania1-0/+2