]> Git Repo - qemu.git/commit
target/arm: Move some functions used only in translate-neon.inc.c to that file
authorPeter Maydell <[email protected]>
Tue, 16 Jun 2020 17:08:44 +0000 (18:08 +0100)
committerPeter Maydell <[email protected]>
Tue, 23 Jun 2020 10:39:47 +0000 (11:39 +0100)
commit6fb5787898aab6aa04887fed9cf3220dd4c3f36a
tree233dc7a55c3fb7834eaad5c882c090ecf7a8e210
parentd4366190f84fe89cc5d46da995dac1e7d541b98e
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20200616170844[email protected]
target/arm/translate-neon.inc.c
target/arm/translate.c
This page took 0.025838 seconds and 4 git commands to generate.