On 26 September 2018 at 20:23, Richard Henderson <richard.hender...@linaro.org> wrote: > The 16-byte load only uses 16 predicate bits. But while > reusing the other load infrastructure, we find other bits > that are set and trigger an assert. To avoid this and > retain the assert, zero-extend the predicate that we pass > to the LD1 helper. > > Tested-by: Laurent Desnogues <laurent.desnog...@gmail.com> > Reported-by: Laurent Desnogues <laurent.desnog...@gmail.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM