]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:43 +0000 (16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (14:29 +0100)
commita13f9fb5bf645fc1a6d63f346ab6c9072de6f7d5
tree7f8802144268342f3ee7d426fd8a29772b82ed12
parent57801ca0ea91d224a10c579d430d4e5426837802
target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree

These are the last instructions within disas_simd_three_reg_same_fp16,
so remove it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240524232121.284515-30-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