diff options
author | Richard Henderson | 2018-05-18 18:48:08 +0200 |
---|---|---|
committer | Peter Maydell | 2018-05-18 18:48:08 +0200 |
commit | 38388f7ee3adc04a7e7246c04352451c4f8d00fb (patch) | |
tree | 9be6c60b0e9e36c4ed7d84d45cec6acc3187d750 /.gitignore | |
parent | target/arm: Introduce translate-a64.h (diff) | |
download | qemu-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-- | .gitignore | 1 |
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 |