Re: [Qemu-devel] [PATCH 07/25] target-ppc: Use clz and ctz opcodes

2016-11-16 Thread David Gibson
On Wed, Nov 16, 2016 at 08:25:17PM +0100, Richard Henderson wrote: > Cc: qemu-...@nongnu.org > Cc: David Gibson > Signed-off-by: Richard Henderson Reviewed-by: David Gibson > --- > target-ppc/helper.h | 4 > target-ppc/int_helper.c | 20 > target-ppc/translate.c

[Qemu-devel] [PATCH 07/25] target-ppc: Use clz and ctz opcodes

2016-11-16 Thread Richard Henderson
Cc: qemu-...@nongnu.org Cc: David Gibson Signed-off-by: Richard Henderson --- target-ppc/helper.h | 4 target-ppc/int_helper.c | 20 target-ppc/translate.c | 20 3 files changed, 16 insertions(+), 28 deletions(-) diff --git a/target-ppc/helpe