]> Git Repo - qemu.git/commit - target/arm/sve.decode
target/arm: Add SVE decode skeleton
authorRichard Henderson <[email protected]>
Fri, 18 May 2018 16:48:08 +0000 (17:48 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20180516223007[email protected]
Signed-off-by: Peter Maydell <[email protected]>
.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]
This page took 0.021763 seconds and 4 git commands to generate.