target/arm: Move the VFP trans_* functions to translate-vfp.inc.c
commitf7bbb8f31f0761edbf0c64b7ab3c3f49c13612ea
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Jun 2019 15:39:43 +0000 (11 16:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Jun 2019 14:14:04 +0000 (13 15:14 +0100)
treeec42d9f1e2e3988a0333eb470105d8180f65e99c
parentc2a46a914cd5c38fd0ee57ff0befc1c5bde27bcf
target/arm: Move the VFP trans_* functions to translate-vfp.inc.c

Move the trans_*() functions we've just created from translate.c
to translate-vfp.inc.c. This is pure code motion with no textual
changes (this can be checked with 'git show --color-moved').

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