target/arm: Add framework for MVE decode
commit6390eed45cab462320ceb4cbfc2cbd1c1552ed00
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Jun 2021 15:09:20 +0000 (14 16:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Jun 2021 13:33:52 +0000 (16 14:33 +0100)
treeb47b4b8b373cb717425d392ac63627f7ce5dcf63
parenta454ea1e6d40bbd4632e4e66de90e802ae47a68e
target/arm: Add framework for MVE decode

Add the framework for decoding MVE insns, with the necessary new
files and the meson.build rules, but no actual content yet.

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