mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33: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
7
tests/decode/err_init3.decode
Normal file
7
tests/decode/err_init3.decode
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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 + format.
|
||||
&args a
|
||||
@format ........ ........ a:16 &args
|
||||
insn 00000000 00000000 a:16 @format
|
Loading…
Add table
Add a link
Reference in a new issue