Re: [Qemu-devel] [RFC PATCH 5/6] target/ppc: convert VMX logical instructions to use vector operations

2018-12-10 Thread Richard Henderson
On 12/7/18 2:56 AM, Mark Cave-Ayland wrote: > Signed-off-by: Mark Cave-Ayland > --- > target/ppc/translate.c | 1 + > target/ppc/translate/vmx-impl.inc.c | 64 > ++--- > 2 files changed, 40 insertions(+), 25 deletions(-) Reviewed-by: Richard

[Qemu-devel] [RFC PATCH 5/6] target/ppc: convert VMX logical instructions to use vector operations

2018-12-07 Thread Mark Cave-Ayland
Signed-off-by: Mark Cave-Ayland --- target/ppc/translate.c | 1 + target/ppc/translate/vmx-impl.inc.c | 64 ++--- 2 files changed, 40 insertions(+), 25 deletions(-) diff --git a/target/ppc/translate.c b/target/ppc/translate.c index