]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Remove XScale and iWMMXt translate.c code
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Aug 2025 14:04:19 +0000 (15:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Sep 2025 16:31:53 +0000 (17:31 +0100)
commitcdafe5bd90eef82bec798029ad5669bf2ee15023
tree9634e09558b2eb452df941106183514c5545b5fd
parent5b3764d9e30627853c5b9171925c51232e56a293
target/arm: Remove XScale and iWMMXt translate.c code

Remove all the translator code that is accessible only via
ARM_FEATURE_XSCALE or ARM_FEATURE_IWMMXT.  This includes the
xscale-only cp15_cpar TB flags and cpu_{V0,V1,M0} TCG temps.

The no-longer-used helper functions will be removed in a separate
commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250828140422.3271703-3-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/tcg/hflags.c
target/arm/tcg/translate.c
target/arm/tcg/translate.h