diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2017-12-07 12:44:09 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-02-22 15:44:07 -0800 |
commit | 568ae7efae7e4b90e213049efb8b6e4e12b47ca3 (patch) | |
tree | fdf0ac271d188e6c295c7c028e2688434185456d /tests/decode/err_init2.decode | |
parent | ff8689611a1d954897d857b28f7ef404e11cfa2c (diff) | |
download | qemu-568ae7efae7e4b90e213049efb8b6e4e12b47ca3.zip |
scripts: Add decodetree.py
To be used to decode ARM SVE, but could be used for any fixed-width ISA.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/decode/err_init2.decode')
-rw-r--r-- | tests/decode/err_init2.decode | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/decode/err_init2.decode b/tests/decode/err_init2.decode new file mode 100644 index 0000000000..b58de30098 --- /dev/null +++ b/tests/decode/err_init2.decode @@ -0,0 +1,6 @@ +# This work is licensed under the terms of the GNU LGPL, version 2 or later. +# See the COPYING.LIB file in the top-level directory. + +# Diagnose member initialized twice in pattern. +&args a b +insn 00000000 00000000 a:8 b:8 &args a=1 |