On Sat, 15 Aug 2020 at 02:32, Richard Henderson <[email protected]> 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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
