]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Correct comments about M-profile FPSCR
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Jun 2024 14:23:39 +0000 (15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Jul 2024 10:41:33 +0000 (11:41 +0100)
commitea8618382aba2a7a8a993e61237f2af933fba9ad
treeedf8d7261d55e1994eb9ae93a9fd31b99d344f6e
parent59084feb256c617063e0dbe7e64821ae8852d7cf
target/arm: Correct comments about M-profile FPSCR

The M-profile FPSCR LTPSIZE is bits [18:16]; this is the same
field as A-profile FPSCR Len, not Stride. Correct the comment
in vfp_get_fpscr().

We also implemented M-profile FPSCR.QC, but forgot to delete
a TODO comment from vfp_set_fpscr(); remove it now.

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