target/arm/cpu: Use div-round-up to determine predicate register array size
commit46417784d21c89446763f2047228977bdc267895
authorAndrew Jones <drjones@redhat.com>
Fri, 2 Aug 2019 12:25:31 +0000 (2 14:25 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Aug 2019 13:02:51 +0000 (16 14:02 +0100)
tree60b4e04fbd72c024caea53d921fdecb114032578
parent7b351d98709d3f77d6bb18562e1bf228862b0d57
target/arm/cpu: Use div-round-up to determine predicate register array size

Unless we're guaranteed to always increase ARM_MAX_VQ by a multiple of
four, then we should use DIV_ROUND_UP to ensure we get an appropriate
array size.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h