|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 37/45] target/arm: Convert Neon VCVT fixed-point to gvec |
Date: | Fri, 28 Aug 2020 16:08:35 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon VCVT float<->fixed-point insns to a > gvec style, in preparation for adding fp16 support. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > target/arm/helper.h | 5 +++++ > target/arm/vec_helper.c | 20 +++++++++++++++++++ > target/arm/translate-neon.c.inc | 35 +++++++++++++++++---------------- > 3 files changed, 43 insertions(+), 17 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |