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_init1.decode | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/decode/err_init1.decode (limited to 'tests/decode/err_init1.decode') diff --git a/tests/decode/err_init1.decode b/tests/decode/err_init1.decode new file mode 100644 index 0000000..da855bd --- /dev/null +++ b/tests/decode/err_init1.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 uninitialized member in pattern. +&args a b +insn 00000000 00000000 00000000 b:8 &args -- cgit v1.1