]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert FCVTZ[SU] (vector, fixed-point) to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:30:30 +0000 (10:30 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:24 +0000 (13:39 +0000)
commit9a93223c86c6721a9c868085dae28698852bb8d2
tree8aacdbd7f46520da79a5b6d4a439569c7bef5a5d
parent53b9486be7e182cca15190e01d2d08647949515e
target/arm: Convert FCVTZ[SU] (vector, fixed-point) to decodetree

Remove handle_simd_shift_fpint_conv and disas_simd_shift_imm
as these were the last insns decoded by those functions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-64-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
target/arm/vfp_helper.c