]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Move scale by esz into helper_sve_while*
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:20:38 +0000 (08:20 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:22 +0000 (15:52 +0100)
commitf96fd13c6ea030871e114c0d274e61d0cd5ff3ca
tree732ee932435c97f5501b5e8867c4f1adabfc2fe1
parent3fd8ce429447db5d1c1302887c68bc23a73a8a81
target/arm: Move scale by esz into helper_sve_while*

Change the API to pass element count rather than bit count.
This will be helpful later for predicate as counter.

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