]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Introduce pred_count_test
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:20:33 +0000 (08:20 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:22 +0000 (15:52 +0100)
commitbcbe82a29396e9f007e1575da0bb4e7e57451c71
tree5bab863255c63482157d31e4a51c42984f8ecb44
parentf8f65ebc0ab747cd233ace17318b268593f56910
target/arm: Introduce pred_count_test

For WHILE, we have the count of enabled predicates, so we don't
need to search to compute the PredTest result.  Reuse the logic
that will shortly be required for counted predicates.

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