Re: [PATCH v3 07/16] target/arm: Create gen_gvec_{mla,mls}

2020-05-12 Thread Peter Maydell
On Fri, 8 May 2020 at 16:22, Richard Henderson wrote: > > Provide a functional interface for the vector expansion. > This fits better with the existing set of helpers that > we provide for other operations. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 07/16] target/arm: Create gen_gvec_{mla,mls}

2020-05-08 Thread Richard Henderson
Provide a functional interface for the vector expansion. This fits better with the existing set of helpers that we provide for other operations. Signed-off-by: Richard Henderson --- target/arm/translate.h | 7 +- target/arm/translate-a64.c | 4 +- target/arm/translate-neon.inc.