target/arm: Add missing clear_tail calls
commitd8efe78e8039511b95c23d75bb48eca6873fbb0f
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Feb 2019 09:56:41 +0000 (15 09:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Feb 2019 09:56:41 +0000 (15 09:56 +0000)
tree7f2aba47a32e9e2edfae2679d007fae0719e13f9
parent89e68b575e138d0af1435f11a8ffcd8779c237bd
target/arm: Add missing clear_tail calls

Fortunately, the functions affected are so far only called from SVE,
so there is no tail to be cleared.  But as we convert more of AdvSIMD
to gvec, this will matter.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190209033847.9014-13-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/vec_helper.c