summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Henderson2018-05-18 18:48:08 +0200
committerPeter Maydell2018-05-18 18:48:08 +0200
commit38388f7ee3adc04a7e7246c04352451c4f8d00fb (patch)
tree9be6c60b0e9e36c4ed7d84d45cec6acc3187d750 /.gitignore
parenttarget/arm: Introduce translate-a64.h (diff)
downloadqemu-38388f7ee3adc04a7e7246c04352451c4f8d00fb.tar.gz
qemu-38388f7ee3adc04a7e7246c04352451c4f8d00fb.tar.xz
qemu-38388f7ee3adc04a7e7246c04352451c4f8d00fb.zip
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4055e12ee8..81e1f2fb0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -206,3 +206,4 @@ trace-dtrace-root.h
trace-dtrace-root.dtrace
trace-ust-all.h
trace-ust-all.c
+/target/arm/decode-sve.inc.c