aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)AuthorFilesLines
2019-04-26target/ppc: Style fixes for translate/spe-impl.inc.cDavid Gibson1-5/+9
2019-04-26target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson1-11/+15
2019-04-26target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson1-7/+8
2019-04-26target/ppc: Style fixes for translate/fp-impl.inc.cDavid Gibson1-20/+32
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: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland1-5/+0
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland2-16/+11
2019-03-12target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland1-6/+6
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson1-16/+16
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson1-12/+45
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson1-1/+1
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson1-4/+13
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-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson1-19/+27
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson1-28/+8
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland1-8/+8
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland1-31/+16
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland3-4/+9
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
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland1-33/+114
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland1-110/+376
2018-12-21Changes requirement for "vsubsbs" instructionPaul A. Clarke1-1/+1
2018-11-08target/ppc: add external PID supportRoman Kapl2-0/+36
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson1-16/+10
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota1-8/+8
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 Rao2-0/+4
2017-02-22target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao1-1/+1
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao2-0/+4
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao2-0/+4
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani2-0/+2
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani2-0/+2
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani2-0/+2
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani2-0/+14
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania2-0/+7
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania2-0/+10
2017-01-31target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania2-0/+4
2017-01-31target-ppc: Add xsmulqp instructionBharata B Rao2-0/+2
2017-01-31target-ppc: Add xsdivqp instructionBharata B Rao2-0/+2
2017-01-31target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao2-0/+4
2017-01-31ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani2-1/+5
2017-01-31ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani2-2/+7
2017-01-31target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao2-0/+4