]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Split trans_WHILE to lt and gt
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:20:39 +0000 (08:20 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:22 +0000 (15:52 +0100)
commit54e260bbfc3fb4c6817d9a2457bdc9ef4d142f3a
treeed7e42024d654441427a833f58fbe5cb31c1d28a
parentf96fd13c6ea030871e114c0d274e61d0cd5ff3ca
target/arm: Split trans_WHILE to lt and gt

Use TRANS_FEAT to select the correct predicate.
Pass the helper and a boolean to do_WHILE.

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