Home
last modified time | relevance | path

Searched refs:EXCP_ILLEGAL (Results 1 – 10 of 10) sorted by relevance

/qemu/target/openrisc/
H A Dinterrupt.c39 if (exception == EXCP_ILLEGAL) { in openrisc_cpu_do_interrupt()
76 [EXCP_ILLEGAL] = "ILLEGAL", in openrisc_cpu_do_interrupt()
H A Dsys_helper.c59 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
233 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
H A Dcpu.h148 EXCP_ILLEGAL = 0x7, enumerator
H A Dtranslate.c142 gen_exception(dc, EXCP_ILLEGAL); in gen_illegal_exception()
/qemu/linux-user/openrisc/
H A Dcpu_loop.c58 case EXCP_ILLEGAL: in cpu_loop()
/qemu/linux-user/m68k/
H A Dcpu_loop.c39 case EXCP_ILLEGAL: in cpu_loop()
/qemu/target/m68k/
H A Dcpu.h39 #define EXCP_ILLEGAL 4 /* Illegal instruction. */ macro
H A Dtranslate.c1494 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
1554 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2653 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2706 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2755 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4259 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4286 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4292 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4343 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4385 gen_exception(s, addr, EXCP_ILLEGAL); in DISAS_INSN()
[all …]
H A Dop_helper.c89 case EXCP_ILLEGAL: in m68k_exception_name()
383 case EXCP_ILLEGAL: in m68k_interrupt_all()
H A Dhelper.c289 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()
393 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()