Re: [Qemu-devel] [PATCH v5 03/10] target/arm: optimize aarch64 rev16() using extract op

2017-07-18 Thread Eric Blake
On 07/17/2017 11:55 PM, Philippe Mathieu-Daudé wrote: > Aurelien Jarno denoted this function could be implemented more effectively > using > the aarch32 rev16() pattern. > [http://lists.nongnu.org/archive/html/qemu-devel/2017-05/msg03180.html] > > Done with the Coccinelle semantic patch from co

Re: [Qemu-devel] [PATCH v5 03/10] target/arm: optimize aarch64 rev16() using extract op

2017-07-18 Thread Richard Henderson
On 07/17/2017 09:14 PM, Aurelien Jarno wrote: On 2017-07-17 20:25, Richard Henderson wrote: On 07/17/2017 06:55 PM, Philippe Mathieu-Daudé wrote: Aurelien Jarno denoted this function could be implemented more effectively using the aarch32 rev16() pattern. [http://lists.nongnu.org/archive/ht

Re: [Qemu-devel] [PATCH v5 03/10] target/arm: optimize aarch64 rev16() using extract op

2017-07-18 Thread Aurelien Jarno
On 2017-07-17 20:25, Richard Henderson wrote: > On 07/17/2017 06:55 PM, Philippe Mathieu-Daudé wrote: > > Aurelien Jarno denoted this function could be implemented more effectively > > using > > the aarch32 rev16() pattern. > >[http://lists.nongnu.org/archive/html/qemu-devel/2017-05/msg03180.h

Re: [Qemu-devel] [PATCH v5 03/10] target/arm: optimize aarch64 rev16() using extract op

2017-07-17 Thread Richard Henderson
On 07/17/2017 06:55 PM, Philippe Mathieu-Daudé wrote: Aurelien Jarno denoted this function could be implemented more effectively using the aarch32 rev16() pattern. [http://lists.nongnu.org/archive/html/qemu-devel/2017-05/msg03180.html] Done with the Coccinelle semantic patch from commit 58daf

[Qemu-devel] [PATCH v5 03/10] target/arm: optimize aarch64 rev16() using extract op

2017-07-17 Thread Philippe Mathieu-Daudé
Aurelien Jarno denoted this function could be implemented more effectively using the aarch32 rev16() pattern. [http://lists.nongnu.org/archive/html/qemu-devel/2017-05/msg03180.html] Done with the Coccinelle semantic patch from commit 58daf05d07dd (see scripts/coccinelle/tcg_gen_extract.cocci