target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
commit28b5451bec8d68af3f93e7f5e18c86ad1b47930f
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:47 +0000 (24 16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (28 14:29 +0100)
tree4b8905f3260ff1008334ed17e0f70c1f0d0474ab
parenta11e54ed298f97200f3c1a1ecccf058aeecab714
target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree

These are the last instructions within handle_simd_3same_pair
so remove it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240524232121.284515-34-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/tcg/a64.decode
target/arm/tcg/gengvec.c
target/arm/tcg/translate-a64.c
target/arm/tcg/translate.h
target/arm/tcg/vec_helper.c