]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Split m-nocp trans functions into their own file
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 13:27:31 +0000 (14:27 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 May 2021 12:24:09 +0000 (13:24 +0100)
commit9a5071abbce614c52d0e72bdbd688cd4e2a9ee46
tree4c69898d76195bbd6d000386fabf16623c90b30f
parent5ce389f2e76e8aa318ec734cc12c0f0e657a9e0e
target/arm: Split m-nocp trans functions into their own file

Currently the trans functions for m-nocp.decode all live in
translate-vfp.inc.c; move them out into their own translation unit,
translate-m-nocp.c.

The trans_* functions here are pure code motion with no changes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210430132740.10391-5-peter.maydell@linaro.org
target/arm/meson.build
target/arm/translate-a32.h
target/arm/translate-m-nocp.c [new file with mode: 0644]
target/arm/translate-vfp.c.inc
target/arm/translate.c