]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move the vfp decodetree calls next to the base isa
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Feb 2020 22:22:27 +0000 (14:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commitf0f6d5c81be47d593e5ece7f06df6fba4c15738b
tree5d1d0c869954a835d5df2e057bcaf25909193677
parentdc778a6873f534817a13257be2acba3ca87ec015
target/arm: Move the vfp decodetree calls next to the base isa

Have the calls adjacent as an intermediate step toward
actually merging the decodes.

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