Searched refs:EXCP_ILLEGAL (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/target/openrisc/ |
| H A D | interrupt.c | 40 if (exception == EXCP_ILLEGAL) { in openrisc_cpu_do_interrupt() 77 [EXCP_ILLEGAL] = "ILLEGAL", in openrisc_cpu_do_interrupt()
|
| H A D | sys_helper.c | 60 raise_exception(cpu, EXCP_ILLEGAL); in HELPER() 233 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
|
| H A D | cpu.h | 148 EXCP_ILLEGAL = 0x7, enumerator
|
| H A D | translate.c | 149 gen_exception(dc, EXCP_ILLEGAL); in check_v1_3()
|
| /openbmc/qemu/linux-user/openrisc/ |
| H A D | cpu_loop.c | 58 case EXCP_ILLEGAL: in cpu_loop()
|
| /openbmc/qemu/linux-user/m68k/ |
| H A D | cpu_loop.c | 39 case EXCP_ILLEGAL: in cpu_loop()
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.h | 41 #define EXCP_ILLEGAL 4 /* Illegal instruction. */ macro
|
| H A D | translate.c | 1489 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 1549 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 2648 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); 2701 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 2750 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 4254 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 4281 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 4287 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN() 4338 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in m68k_copy_line() 4380 gen_exception(s, addr, EXCP_ILLEGAL); in DISAS_INSN() [all...] |
| H A D | op_helper.c | 89 case EXCP_ILLEGAL: in m68k_exception_name() 402 case EXCP_ILLEGAL: in m68k_interrupt_all()
|
| H A D | helper.c | 293 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER() 396 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()
|