summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate/vsx-impl.inc.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: Fix xsmaddmdp and friendsPaul A. Clarke2019-08-291-1/+1
* target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland2019-07-021-34/+47
* 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: 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: Style fixes for translate/vsx-impl.inc.cDavid Gibson2019-04-261-7/+8
* 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: introduce avr_full_offset() functionMark Cave-Ayland2019-03-121-5/+0Star
* target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland2019-03-121-6/+6
* target/ppc: convert xxsel to vector operationsRichard Henderson2019-02-181-28/+27Star
* target/ppc: convert xxspltw to vector operationsRichard Henderson2019-02-181-25/+11Star
* target/ppc: convert xxspltib to vector operationsRichard Henderson2019-02-181-8/+5Star
* target/ppc: convert VSX logical operations to vector operationsRichard Henderson2019-02-181-26/+17Star
* target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland2019-01-081-2/+2
* target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland2019-01-081-2/+2
* target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland2019-01-081-224/+638
* target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé2017-07-191-16/+8Star
* target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao2017-02-221-0/+2
* target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao2017-02-221-0/+2
* target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao2017-02-221-0/+2
* ppc: implement xssubqp instructionJose Ricardo Ziviani2017-02-221-0/+1
* ppc: implement xssqrtqp instructionJose Ricardo Ziviani2017-02-221-0/+1
* ppc: implement xsrqpxp instructionJose Ricardo Ziviani2017-02-221-0/+1
* ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani2017-02-221-0/+2
* target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania2017-02-011-0/+3
* target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania2017-02-011-0/+2
* target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania2017-01-311-0/+2
* target-ppc: Add xsmulqp instructionBharata B Rao2017-01-311-0/+1
* target-ppc: Add xsdivqp instructionBharata B Rao2017-01-311-0/+1
* target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao2017-01-311-0/+2
* target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao2017-01-311-0/+2
* target-ppc: Add xvxsigdp instructionNikunj A Dadhania2017-01-311-0/+40