target/arm: Implement SVE2 SQSHRN, SQRSHRN
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:02:55 +0000 (18:02 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:43 +0000 (16:01 +0100)
commit743bb147733170b86a4d7d34ac83873ddc9c7061
tree591deb36cd393bf5da793f9494f0f9b9e4c55e5f
parentc13418da7612fe4290209981f589a8370c13c04b
target/arm: Implement SVE2 SQSHRN, SQRSHRN

This completes the section "SVE2 bitwise shift right narrow".

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210525010358.152808-30-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-sve.h
target/arm/sve.decode
target/arm/sve_helper.c
target/arm/translate-sve.c