From 568ae7efae7e4b90e213049efb8b6e4e12b47ca3 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 7 Dec 2017 12:44:09 -0800 Subject: scripts: Add decodetree.py To be used to decode ARM SVE, but could be used for any fixed-width ISA. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- tests/decode/err_init2.decode | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/decode/err_init2.decode (limited to 'tests/decode/err_init2.decode') 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 -- cgit v1.2.3