diff options
| author | Peter Maydell | 2020-06-16 19:08:44 +0200 |
|---|---|---|
| committer | Peter Maydell | 2020-06-23 12:39:47 +0200 |
| commit | 6fb5787898aab6aa04887fed9cf3220dd4c3f36a (patch) | |
| tree | 233dc7a55c3fb7834eaad5c882c090ecf7a8e210 /python/qemu | |
| parent | target/arm: Convert Neon VTRN to decodetree (diff) | |
| download | qemu-6fb5787898aab6aa04887fed9cf3220dd4c3f36a.tar.gz qemu-6fb5787898aab6aa04887fed9cf3220dd4c3f36a.tar.xz qemu-6fb5787898aab6aa04887fed9cf3220dd4c3f36a.zip | |
target/arm: Move some functions used only in translate-neon.inc.c to that file
The functions neon_element_offset(), neon_load_element(),
neon_load_element64(), neon_store_element() and
neon_store_element64() are used only in the translate-neon.inc.c
file, so move their definitions there.
Since the .inc.c file is #included in translate.c this doesn't make
much difference currently, but it's a more logical place to put the
functions and it might be helpful if we ever decide to try to make
the .inc.c files genuinely separate compilation units.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200616170844.13318-22-peter.maydell@linaro.org
Diffstat (limited to 'python/qemu')
0 files changed, 0 insertions, 0 deletions
