summaryrefslogtreecommitdiffstats
path: root/python/qemu
diff options
context:
space:
mode:
authorPeter Maydell2020-06-16 19:08:44 +0200
committerPeter Maydell2020-06-23 12:39:47 +0200
commit6fb5787898aab6aa04887fed9cf3220dd4c3f36a (patch)
tree233dc7a55c3fb7834eaad5c882c090ecf7a8e210 /python/qemu
parenttarget/arm: Convert Neon VTRN to decodetree (diff)
downloadqemu-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