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>
---
target/arm/translate-a32.h | 3 +
target/arm/translate-m-nocp.c | 221 +++++++++++++++++++++++++++++++++
target/arm/translate.c | 1 -
target/arm/translate-vfp.c.inc | 196 -----------------------------
target/arm/meson.build | 3 +-
5 files changed, 226 insertions(+), 198 deletions(-)
create mode 100644 target/arm/translate-m-nocp.c