OSDN Git Service

target/arm: move helpers to tcg/
authorClaudio Fontana <cfontana@suse.de>
Fri, 17 Feb 2023 20:11:30 +0000 (17:11 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Feb 2023 13:27:04 +0000 (13:27 +0000)
commita3ef070ea9b2d9af95422b38b022f11d8c302d2e
tree38d8665b089de827e20553c90b037199304c4f31
parentf0984d4040c328d1c021ae6680479cbbe13c485b
target/arm: move helpers to tcg/

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
17 files changed:
target/arm/meson.build
target/arm/tcg-stubs.c [new file with mode: 0644]
target/arm/tcg/crypto_helper.c [moved from target/arm/crypto_helper.c with 100% similarity]
target/arm/tcg/helper-a64.c [moved from target/arm/helper-a64.c with 100% similarity]
target/arm/tcg/iwmmxt_helper.c [moved from target/arm/iwmmxt_helper.c with 100% similarity]
target/arm/tcg/m_helper.c [moved from target/arm/m_helper.c with 100% similarity]
target/arm/tcg/meson.build
target/arm/tcg/mte_helper.c [moved from target/arm/mte_helper.c with 100% similarity]
target/arm/tcg/mve_helper.c [moved from target/arm/mve_helper.c with 100% similarity]
target/arm/tcg/neon_helper.c [moved from target/arm/neon_helper.c with 100% similarity]
target/arm/tcg/op_helper.c [moved from target/arm/op_helper.c with 100% similarity]
target/arm/tcg/pauth_helper.c [moved from target/arm/pauth_helper.c with 100% similarity]
target/arm/tcg/sme_helper.c [moved from target/arm/sme_helper.c with 100% similarity]
target/arm/tcg/sve_helper.c [moved from target/arm/sve_helper.c with 100% similarity]
target/arm/tcg/tlb_helper.c [moved from target/arm/tlb_helper.c with 100% similarity]
target/arm/tcg/vec_helper.c [moved from target/arm/vec_helper.c with 100% similarity]
target/arm/tcg/vec_internal.h [moved from target/arm/vec_internal.h with 100% similarity]