summaryrefslogtreecommitdiffstats
path: root/tests/decode/check.sh
Commit message (Collapse)AuthorAgeFilesLines
* test/decode: Add tests for PatternGroupsBastian Koppelmann2019-03-121-0/+6
| | | | | | | | | | This adds one test that supposed to succeed to test deep nesting of pattern groups which is rarely exercised by targets using decode tree. The remaining tests exercise various fail conditions. Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20190227120217.20794-1-kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* scripts: Add decodetree.pyRichard Henderson2018-02-231-0/+18
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>