target/arm: Move hflags code into the tcg directory

The hflags are used only for TCG code, so introduce a new file
hflags.c to keep that code.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Fabiano Rosas 2023-02-17 17:11:33 -03:00 committed by Peter Maydell
parent 2b77ad4de6
commit 671efad16a
5 changed files with 411 additions and 392 deletions

View file

@ -24,6 +24,7 @@ arm_ss.add(files(
'translate-neon.c',
'translate-vfp.c',
'crypto_helper.c',
'hflags.c',
'iwmmxt_helper.c',
'm_helper.c',
'mve_helper.c',