Re: [PATCH v7 0/3] target/ppc: Optimize emulation of some Altivec instructions

2019-10-19 Thread Aleksandar Markovic
On Thursday, October 17, 2019, Stefan Brankovic wrote: > Optimize emulation of ten Altivec instructions: lvsl, lvsr, vsl, vsr, > vpkpx, > vgbbd, vclzb, vclzh, vclzw, vclzd, vupkhpx and vupklpx. > > ten -> twelve > This series buils up on and complements > buils -> builds > recent work of T

[PATCH v7 0/3] target/ppc: Optimize emulation of some Altivec instructions

2019-10-17 Thread Stefan Brankovic
Optimize emulation of ten Altivec instructions: lvsl, lvsr, vsl, vsr, vpkpx, vgbbd, vclzb, vclzh, vclzw, vclzd, vupkhpx and vupklpx. This series buils up on and complements recent work of Thomas Murta, Mark Cave-Ayland and Richard Henderson in the same area. It is based on devising TCG translation