]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Split out subroutines of handle_shri_with_rndacc
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:41:06 +0000 (19:41 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Sep 2024 11:58:57 +0000 (12:58 +0100)
commita597e55b7f6341cb2a3a1f8c54f0346eb4b965c0
tree45e32b7d14efd2f4b6cbfd23881e3d6b5f45395a
parentc6bc6966ad848f27710b363f5de2d6c1cef56b9c
target/arm: Split out subroutines of handle_shri_with_rndacc

There isn't a lot of commonality along the different paths of
handle_shri_with_rndacc.  Split them out to separate functions,
which will be usable during the decodetree conversion.

Simplify 64-bit rounding operations to not require double-word arithmetic.

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