summaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)Author
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland
2019-01-09target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland
2018-12-21Changes requirement for "vsubsbs" instructionPaul A. Clarke
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao
2017-02-22target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xsmulqp instructionBharata B Rao
2017-01-31target-ppc: Add xsdivqp instructionBharata B Rao
2017-01-31target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao
2017-01-31ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani
2017-01-31ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao
2017-01-31target-ppc: Add xvxsigdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xvxsigsp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xvxexpdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xvxexpsp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xviexpdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xviexpsp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xsiexpqp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xsiexpdp instructionNikunj A Dadhania
2017-01-31ppc: Implement bcdsr. instructionJose Ricardo Ziviani
2017-01-31ppc: Implement bcdus. instructionJose Ricardo Ziviani
2017-01-31ppc: Implement bcds. instructionJose Ricardo Ziviani