]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert handle_2misc_fcmp_zero to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:30:32 +0000 (10:30 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:24 +0000 (13:39 +0000)
commitdf112a2578e94ffb36e0c6d091056bf708a7c24d
treefd6a3d5c7dec1668f217a87b828a9edbc574867d
parent475dbea47d57102682a16c798b200df7e16c0776
target/arm: Convert handle_2misc_fcmp_zero to decodetree

This includes FCMEQ, FCMGT, FCMGE, FCMLT, FCMLE.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-66-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/tcg/a64.decode
target/arm/tcg/translate-a64.c
target/arm/tcg/vec_helper.c