On Fri, 8 May 2020 at 16:22, Richard Henderson <richard.hender...@linaro.org> wrote: > > The functions eliminate duplication of the special cases for > this operation. They match up with the GVecGen2iFn typedef. > > Add out-of-line helpers. We got away with only having inline > expanders because the neon vector size is only 16 bytes, and > we know that the inline expansion will always succeed. > When we reuse this for SVE, tcg-gvec-op may decide to use an > out-of-line helper due to longer vector lengths. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM