target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:30:11 +0000 (10:30 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commite90cf92209d07e8fb4564f82adc09b9fb764cf41
tree70ea7131d5d38b4a4b18348394309fc34513bee9
parent7c6bdcdaed9372601b1b366315c45029e0b2f28a
target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c

Move from helper-a64.c to neon_helper.c so that these
functions are available for arm32 code as well.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-45-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/tcg/helper-a64.c
target/arm/tcg/helper-a64.h
target/arm/tcg/neon_helper.c