]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:40:46 +0000 (19:40 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Sep 2024 11:58:56 +0000 (12:58 +0100)
commit143e179c84415ce5b0b38274c39a7955d75f191c
tree48e1d45adc6f8ae4b42e796c668067fbf5f29982
parent14556211bc6d7125a44d5b5df90caba019b0ec0e
target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.c

Instead of copying a constant into a temporary with dupi,
use a vector constant directly.

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