target/arm: Move vfp_expand_imm() to translate.[ch]
commitd6a092d479333b5f20a647a912a31b0102d37335
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Jun 2019 16:39:06 +0000 (13 17:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Jun 2019 14:14:19 +0000 (17 15:14 +0100)
tree7f8f03679a881548137229c3b36ca96205ba0799
parent0edfcc9ec06fbbcc154cce64748752a5c565a32c
target/arm: Move vfp_expand_imm() to translate.[ch]

We want to use vfp_expand_imm() in the AArch32 VFP decode;
move it from the a64-only header/source file to the
AArch32 one (which is always compiled even for AArch64).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190613163917.28589-2-peter.maydell@linaro.org
target/arm/translate-a64.c
target/arm/translate-a64.h
target/arm/translate-vfp.inc.c
target/arm/translate.h