On Sat, 15 Aug 2020 at 02:32, Richard Henderson <richard.hender...@linaro.org> wrote: > > The existing clr functions have only one vector argument, and so > can only clear in place. The existing movz functions have two > vector arguments, and so can clear while moving. Merge them, with > a flag that controls the sense of active vs inactive elements > being cleared. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM