OSDN Git Service

target/arm: Move VLLDM and VLSTM to vfp.decode
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Feb 2020 22:22:26 +0000 (14:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commitdc778a6873f534817a13257be2acba3ca87ec015
tree21392f6c78a970dc4f3237fda50587bf11000eec
parent46c98019255b056f5dbc9676a6490951469ca661
target/arm: Move VLLDM and VLSTM to vfp.decode

Now that we no longer have an early check for ARM_FEATURE_VFP,
we can use the proper ISA check in trans_VLLDM_VLSTM.

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