target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 May 2023 14:43:37 +0000 (15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 12 May 2023 14:43:37 +0000 (15:43 +0100)
commit67ce09b5443caf310649b5b003efe5b0d69e81a1
treeacd99e42109a771a7b7a3e7c24ccc6fba4f8b364
parentc460132251e85eed22f7be4c75f444ce2e246912
target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/

While we cannot move the main "helper.h" out of target/arm/,
due to usage by generic code, we can move the sub-includes.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-id: 20230504110412.1892411-3-richard.henderson@linaro.org
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-a64.h [deleted file]
target/arm/helper-mve.h [deleted file]
target/arm/helper-sme.h [deleted file]
target/arm/helper-sve.h [deleted file]
target/arm/helper.h
target/arm/tcg/helper-a64.h [new file with mode: 0644]
target/arm/tcg/helper-mve.h [new file with mode: 0644]
target/arm/tcg/helper-sme.h [new file with mode: 0644]
target/arm/tcg/helper-sve.h [new file with mode: 0644]