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
Showing
- target/arm/meson.build 2 additions, 1 deletiontarget/arm/meson.build
- target/arm/translate-a32.h 3 additions, 0 deletionstarget/arm/translate-a32.h
- target/arm/translate-m-nocp.c 221 additions, 0 deletionstarget/arm/translate-m-nocp.c
- target/arm/translate-vfp.c.inc 0 additions, 196 deletionstarget/arm/translate-vfp.c.inc
- target/arm/translate.c 0 additions, 1 deletiontarget/arm/translate.c
Loading
Please register or sign in to comment