]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Use do_[us]sat_[bhs] in sve_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:20:21 +0000 (08:20 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:22 +0000 (15:52 +0100)
commit63b2c8de713933f42f1999cd003f12f90bdc5249
treee0692e1d0fbe45b36d1de3c204be3a79648a008d
parent88b73373110bbc60c9d5238fd387d213e91933af
target/arm: Use do_[us]sat_[bhs] in sve_helper.c

Replace and remove do_sat_bhs.
This avoids multiple repetitions of INT*_MIN/MAX.

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