]> git.proxmox.com Git - mirror_qemu.git/commit
decodetree: Allow !function with no input bits
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jul 2019 00:02:56 +0000 (17:02 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Aug 2019 15:03:41 +0000 (08:03 -0700)
commit94597b6146f30f949f2c454f424082a2b0f55a0e
tree5436bccd14b058534d76aa5e0999d54c678bbe3c
parent3fbd3405d2b0604ea530fc7a1828f19da1e95ff9
decodetree: Allow !function with no input bits

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>
docs/devel/decodetree.rst
scripts/decodetree.py
tests/decode/err_field6.decode [new file with mode: 0644]
tests/decode/succ_function.decode [new file with mode: 0644]