summaryrefslogtreecommitdiffstats
path: root/docs/devel/decodetree.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs/devel: Document decodetree no-overlap groupsRichard Henderson2020-08-041-13/+20
| | | | | | | | | | | | When support for this feature went in, the update to the documentation was forgotten. Fixes: 067e8b0f45d6 Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20200803205708.315829-1-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* decodetree: Allow !function with no input bitsRichard Henderson2019-08-191-1/+7
| | | | | | | | Call this form a "parameter", returning a value extracted from the DisasContext. Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* decodetree: Allow grouping of overlapping patternsRichard Henderson2019-03-121-0/+58
| | | | Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* decodetree: Document the usefulness of argument setsRichard Henderson2019-03-121-0/+7
| | | | | Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* decodetree: Move documentation to docs/devel/decodetree.rstRichard Henderson2019-03-121-0/+156
One great big block comment isn't the best way to document the syntax of a language. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>