]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Add SVE decode skeleton
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 18 May 2018 16:48:08 +0000 (17:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 18 May 2018 16:48:08 +0000 (17:48 +0100)
commit38388f7ee3adc04a7e7246c04352451c4f8d00fb
tree9be6c60b0e9e36c4ed7d84d45cec6acc3187d750
parent8c71baedb8055beaa681823206ee3a74f9f8649a
target/arm: Add SVE decode skeleton

Including only 4, as-yet unimplemented, instruction patterns
so that the whole thing compiles.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180516223007.10256-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
.gitignore
target/arm/Makefile.objs
target/arm/sve.decode [new file with mode: 0644]
target/arm/translate-a64.c
target/arm/translate-sve.c [new file with mode: 0644]