Re: [Qemu-devel] [PATCH v5 0/8] target/ppc: Optimize emulation of some Altivec instructions

2019-08-24 Thread David Gibson
On Mon, Jul 15, 2019 at 04:22:46PM +0200, Stefan Brankovic wrote: > Optimize emulation of ten Altivec instructions: lvsl, lvsr, vsl, vsr, vpkpx, > vgbbd, vclzb, vclzh, vclzw and vclzd. > > This series buils up on and complements recent work of Thomas Murta, Mark > Cave-Ayland and Richard

Re: [Qemu-devel] [PATCH v5 0/8] target/ppc: Optimize emulation of some Altivec instructions

2019-07-16 Thread David Gibson
On Mon, Jul 15, 2019 at 04:22:46PM +0200, Stefan Brankovic wrote: > Optimize emulation of ten Altivec instructions: lvsl, lvsr, vsl, vsr, vpkpx, > vgbbd, vclzb, vclzh, vclzw and vclzd. > > This series buils up on and complements recent work of Thomas Murta, Mark > Cave-Ayland and Richard

Re: [Qemu-devel] [PATCH v5 0/8] target/ppc: Optimize emulation of some Altivec instructions

2019-07-16 Thread David Gibson
On Mon, Jul 15, 2019 at 04:22:46PM +0200, Stefan Brankovic wrote: > Optimize emulation of ten Altivec instructions: lvsl, lvsr, vsl, vsr, vpkpx, > vgbbd, vclzb, vclzh, vclzw and vclzd. > > This series buils up on and complements recent work of Thomas Murta, Mark > Cave-Ayland and Richard

[Qemu-devel] [PATCH v5 0/8] target/ppc: Optimize emulation of some Altivec instructions

2019-07-15 Thread Stefan Brankovic
Optimize emulation of ten Altivec instructions: lvsl, lvsr, vsl, vsr, vpkpx, vgbbd, vclzb, vclzh, vclzw and vclzd. 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 implementation