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
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
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
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