]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Widen NeonGenNarrowEnvFn return to 64 bits
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:41:11 +0000 (19:41 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Sep 2024 11:58:58 +0000 (12:58 +0100)
commit3e683f0a8c7f8925a314aac6659f5c1ab7f38e85
tree6be5d3f8281d550fe950d89e571eba9f323f9743
parentef2b80eb21aa8314c9eb81a75f3454faf3087747
target/arm: Widen NeonGenNarrowEnvFn return to 64 bits

While these functions really do return a 32-bit value,
widening the return type means that we need do less
marshalling between TCG types.

Remove NeonGenNarrowEnvFn typedef; add NeonGenOne64OpEnvFn.

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