On 28/8/25 16:04, Peter Maydell wrote:
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.mayd...@linaro.org>
---
target/arm/cpu.h | 7 -
target/arm/tcg/translate.h | 2 -
target/arm/tcg/hflags.c | 13 +-
target/arm/tcg/translate.c | 1324 +-----------------------------------
4 files changed, 7 insertions(+), 1339 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>