]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Add infrastructure for disas_sme
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 Jul 2022 15:14:57 +0000 (20:44 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Jul 2022 12:19:35 +0000 (13:19 +0100)
commite67cd1cac26181873496e5fb2464dbeb038e0fcd
treed82707500e9b4bc94a743c9f42106f77535462cf
parent7a867dd57a480998361f5cc61ce83f342a020b0e
target/arm: Add infrastructure for disas_sme

This includes the build rules for the decoder, and the
new file for translation, but excludes any instructions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220708151540.18136-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/meson.build
target/arm/sme.decode [new file with mode: 0644]
target/arm/translate-a64.c
target/arm/translate-a64.h
target/arm/translate-sme.c [new file with mode: 0644]