On Sat, 29 Aug 2020 at 00:38, Richard Henderson
wrote:
>
> On 8/28/20 11:33 AM, Peter Maydell wrote:
> > Convert the Neon floating-point VMUL, VMLA and VMLS to use gvec,
> > and use this to implement fp16 support.
> >
> > Signed-off-by: Peter Maydell
>
> Reviewed-by: Richard Henderson
>
> > +
On 8/28/20 11:33 AM, Peter Maydell wrote:
> Convert the Neon floating-point VMUL, VMLA and VMLS to use gvec,
> and use this to implement fp16 support.
>
> Signed-off-by: Peter Maydell
Reviewed-by: Richard Henderson
> +/* a->vm is M:Vm, which encodes both register and index */
> +idx =
Convert the Neon floating-point VMUL, VMLA and VMLS to use gvec,
and use this to implement fp16 support.
Signed-off-by: Peter Maydell
---
target/arm/translate-neon.c.inc | 114
1 file changed, 57 insertions(+), 57 deletions(-)
diff --git a/target/arm/translate-n