On 6/18/21 7:10 AM, Peter Maydell wrote:
vfp_access_check and its helper routine full_vfp_access_check() has
gradually grown and is now an awkward mix of A-profile only and
M-profile only pieces.  Refactor it into an A-profile only and an
M-profile only version, taking advantage of the fact that now the
only direct call to full_vfp_access_check() is in A-profile-only
code.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/translate-vfp.c | 79 +++++++++++++++++++++++---------------
  1 file changed, 48 insertions(+), 31 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to