[Qemu-devel] [PATCH 02/19] target/hppa: Begin using scripts/decodetree.py

2019-02-07 Thread Richard Henderson
Convert the BREAK instruction to start. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 24 +++- target/hppa/Makefile.objs | 8 target/hppa/insns.decode | 24 3 files changed, 51 insertions(+), 5 deletions(-) create mode 1

Re: [Qemu-devel] [PATCH 02/19] target/hppa: Begin using scripts/decodetree.py

2018-04-06 Thread Richard Henderson
On 04/06/2018 10:45 PM, Bastian Koppelmann wrote: >> +break 00 - - --- - >> > > Why are the im13 and im5 fields don't care? Is nobody using them? The entire insn is placed in CR[IIR] for the kernel to use (distinguishing different software breaks?), but the

Re: [Qemu-devel] [PATCH 02/19] target/hppa: Begin using scripts/decodetree.py

2018-04-06 Thread Bastian Koppelmann
On 02/17/2018 09:31 PM, Richard Henderson wrote: > Convert the BREAK instruction to start. > > Signed-off-by: Richard Henderson > --- > target/hppa/translate.c | 14 +++--- > target/hppa/Makefile.objs | 8 > target/hppa/insns.decode | 24 > 3 files c

[Qemu-devel] [PATCH 02/19] target/hppa: Begin using scripts/decodetree.py

2018-02-17 Thread Richard Henderson
Convert the BREAK instruction to start. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 14 +++--- target/hppa/Makefile.objs | 8 target/hppa/insns.decode | 24 3 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 targ