]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Feb 2020 22:22:22 +0000 (14:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commit84774cc37f2c17e48a4867a8e8e055deb23bea69
tree29c42711901c759e9cb70fb51e7b54c25f30a0f9
parent799449abda137153a0e68b8788d8e1486f389490
target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3

Sort this check to the start of a trans_* function.
Merge this with any existing test for fpdp_v2.

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