mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
3fbd3405d2
commit
94597b6146
4 changed files with 56 additions and 12 deletions
6
tests/decode/succ_function.decode
Normal file
6
tests/decode/succ_function.decode
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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.
|
||||
|
||||
# "Field" as parameter pulled from DisasContext.
|
||||
%foo !function=foo
|
||||
foo 00000000000000000000000000000000 %foo
|
Loading…
Add table
Add a link
Reference in a new issue