]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Optimize MVE VSLI and VSRI
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Sep 2021 09:54:39 +0000 (10:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Sep 2021 15:28:27 +0000 (16:28 +0100)
commitce75c43f6db70b409bcb03f8dea05463928e12e0
tree5518fcea713a3866193ee50462df6a9bc5690689
parenta7789fabe15ee0e0d0f227c287a5c0d01ebcc4b4
target/arm: Optimize MVE VSLI and VSRI

Optimize the MVE shift-and-insert insns by using TCG
vector ops when possible.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210913095440.13462-12-peter.maydell@linaro.org
target/arm/translate-mve.c