]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Emit HSTR trap exception out of line
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Oct 2025 21:55:44 +0000 (14:55 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Oct 2025 12:19:10 +0000 (13:19 +0100)
commit923e7c432ec0fdee97b746f529f238dde2ba78f0
tree76f478b84550edd1b719685a3bffd5f7062c1c52
parent609f5d7692d97ea260eee9236d5741c46d07ff8d
target/arm: Emit HSTR trap exception out of line

Use delay_exception_el to move the exception out of line.
Use TCG_COND_TSTNE instead of separate AND+NE.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20251008215613.300150-45-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate.c