]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:40:59 +0000 (19:40 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Sep 2024 11:58:57 +0000 (12:58 +0100)
commit00bcab5bad03f885bf785dcad94babed8e938d0f
treeb57281d1024bbaa5bc1d6eb8c7add1048ba9dca9
parent500928f242587a523274c6793301629f067b2321
target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr

Handle the two special cases within these new
functions instead of higher in the call stack.

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