Home
last modified time | relevance | path

Searched hist:"9 a5071ab" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/
H A Dmeson.build9a5071ab Fri Apr 30 08:27:31 CDT 2021 Peter Maydell <peter.maydell@linaro.org> 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