Home
last modified time | relevance | path

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

/qemu/target/openrisc/
H A Dinterrupt.c38 if (exception == EXCP_ILLEGAL) { in openrisc_cpu_do_interrupt()
75 [EXCP_ILLEGAL] = "ILLEGAL", in openrisc_cpu_do_interrupt()
H A Dsys_helper.c60 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
234 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
H A Dcpu.h148 EXCP_ILLEGAL = 0x7, enumerator
H A Dtranslate.c143 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.h41 #define EXCP_ILLEGAL 4 /* Illegal instruction. */ macro
H A Dtranslate.c1500 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
1560 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2659 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2712 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2761 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4265 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()
4298 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4349 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4391 gen_exception(s, addr, EXCP_ILLEGAL); in DISAS_INSN()
[all …]
H A Dop_helper.c88 case EXCP_ILLEGAL: in m68k_exception_name()
382 case EXCP_ILLEGAL: in m68k_interrupt_all()
H A Dhelper.c293 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()
396 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()