mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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>
This commit is contained in:
parent
ff8689611a
commit
568ae7efae
23 changed files with 1202 additions and 1 deletions
5
tests/decode/err_overlap5.decode
Normal file
5
tests/decode/err_overlap5.decode
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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 overlapping sub-fields.
|
||||
%field 3:5 0:5
|
Loading…
Add table
Add a link
Reference in a new issue