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

Remove lookup_disas_fn, handle_2misc_widening,
disas_simd_two_reg_misc, disas_data_proc_simd,
disas_data_proc_simd_fp, disas_a64_legacy, as
this is the final insn to be converted.

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