target/arm: Add missing checks for fpsp_v2
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Feb 2020 22:22:23 +0000 (14:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commit82f6abe16b9b951180657c5fe15942d5214aa12e
treee4e96347860c984a58789324571d5a42ce54eb7e
parent84774cc37f2c17e48a4867a8e8e055deb23bea69
target/arm: Add missing checks for fpsp_v2

We will eventually remove the early ARM_FEATURE_VFP test,
so add a proper test for each trans_* that does not already
have another ISA test.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200224222232.13807-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-vfp.inc.c