Re: [Qemu-devel] [PATCH] target/ppc: Use tcg_gen_gvec_bitsel

2019-06-03 Thread David Gibson
On Mon, Jun 03, 2019 at 11:49:27AM -0500, Richard Henderson wrote: > Replace the target-specific implementation of XXSEL. Applied, thanks. > > Signed-off-by: Richard Henderson > --- > target/ppc/translate/vsx-impl.inc.c | 24 ++-- > 1 file changed, 2 insertions(+), 22 delet

[Qemu-devel] [PATCH] target/ppc: Use tcg_gen_gvec_bitsel

2019-06-03 Thread Richard Henderson
Replace the target-specific implementation of XXSEL. Signed-off-by: Richard Henderson --- target/ppc/translate/vsx-impl.inc.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/target/ppc/translate/vsx-impl.inc.c b/target/ppc/translate/vsx-impl.inc.c i