commit | f7bbb8f31f0761edbf0c64b7ab3c3f49c13612ea | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 11 16:39:43 2019 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jun 13 15:14:04 2019 +0100 |
tree | ec42d9f1e2e3988a0333eb470105d8180f65e99c | |
parent | c2a46a914cd5c38fd0ee57ff0befc1c5bde27bcf [diff] |
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>