]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Push tcg_rnd into handle_shri_with_rndacc
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:41:05 +0000 (19:41 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Sep 2024 11:58:57 +0000 (12:58 +0100)
commitc6bc6966ad848f27710b363f5de2d6c1cef56b9c
tree2155d4c43eed4e76910335a26ac310bc28d7095e
parent6ed32dd495d78a553bbd7be82ce45f4271302591
target/arm: Push tcg_rnd into handle_shri_with_rndacc

We always pass the same value for round; compute it
within common code.

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