Re: [PATCH 07/20] target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp

2020-08-24 Thread Peter Maydell
On Sat, 15 Aug 2020 at 02:31, Richard Henderson wrote: > > The gvec operation was added after the initial implementation > of the SEL instruction and was missed in the conversion. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-sve.c | 31 --- > 1 fi

[PATCH 07/20] target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp

2020-08-15 Thread Richard Henderson
The gvec operation was added after the initial implementation of the SEL instruction and was missed in the conversion. Signed-off-by: Richard Henderson --- target/arm/translate-sve.c | 31 --- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/target/arm/t