Re: [Qemu-devel] [PATCH 01/67] decodetree: Allow !function with no input bits

2019-07-29 Thread Richard Henderson
On 7/29/19 6:43 AM, Peter Maydell wrote: > On Fri, 26 Jul 2019 at 18:50, Richard Henderson > wrote: >> >> With this, we can have the function return a value from the DisasContext. >> >> Signed-off-by: Richard Henderson >> --- >> scripts/decodetree.py | 5 - >> tests/decode/succ_f

Re: [Qemu-devel] [PATCH 01/67] decodetree: Allow !function with no input bits

2019-07-29 Thread Peter Maydell
On Fri, 26 Jul 2019 at 18:50, Richard Henderson wrote: > > With this, we can have the function return a value from the DisasContext. > > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 5 - > tests/decode/succ_function.decode | 2 ++ > 2 files changed, 6 insertio

[Qemu-devel] [PATCH 01/67] decodetree: Allow !function with no input bits

2019-07-26 Thread Richard Henderson
With this, we can have the function return a value from the DisasContext. Signed-off-by: Richard Henderson --- scripts/decodetree.py | 5 - tests/decode/succ_function.decode | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/decode/succ_function.dec