Re: [Qemu-devel] [PATCH v2 17/18] target-ppc: Use the new deposit and extract ops

2016-10-26 Thread David Gibson
On Tue, Oct 18, 2016 at 08:10:30AM -0700, Richard Henderson wrote: > Use the new primitives for RDWINM and RLDICL. > > Signed-off-by: Richard Henderson Reviewed-by: David Gibson > --- > target-ppc/translate.c | 35 +++ > 1 file changed, 19 insertions(+), 16 del

[Qemu-devel] [PATCH v2 17/18] target-ppc: Use the new deposit and extract ops

2016-10-18 Thread Richard Henderson
Use the new primitives for RDWINM and RLDICL. Signed-off-by: Richard Henderson --- target-ppc/translate.c | 35 +++ 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index bfc1301..7b12303 100644 --- a/