target/arm: Perform fpdp_v2 check first
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Feb 2020 22:22:21 +0000 (14:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commit799449abda137153a0e68b8788d8e1486f389490
treec1894d19dbf8aef0a926ea82309f2a4816222a6e
parent7d63183ff1a61b3f7934dc9b40b10e4fd5e100cd
target/arm: Perform fpdp_v2 check first

Shuffle the order of the checks so that we test the ISA
before we test anything else, such as the register arguments.

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