Searched refs:EXCP_ILLEGAL (Results 1 – 10 of 10) sorted by relevance
/qemu/target/openrisc/ |
H A D | interrupt.c | 38 if (exception == EXCP_ILLEGAL) { in openrisc_cpu_do_interrupt() 75 [EXCP_ILLEGAL] = "ILLEGAL", in openrisc_cpu_do_interrupt()
|
H A D | sys_helper.c | 60 raise_exception(cpu, EXCP_ILLEGAL); in HELPER() 234 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
|
H A D | cpu.h | 148 EXCP_ILLEGAL = 0x7, enumerator
|
H A D | translate.c | 143 gen_exception(dc, EXCP_ILLEGAL); in gen_illegal_exception()
|
/qemu/linux-user/openrisc/ |
H A D | cpu_loop.c | 58 case EXCP_ILLEGAL: in cpu_loop()
|
/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 39 case EXCP_ILLEGAL: in cpu_loop()
|
/qemu/target/m68k/ |
H A D | cpu.h | 41 #define EXCP_ILLEGAL 4 /* Illegal instruction. */ macro
|
H A D | translate.c | 1500 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 D | op_helper.c | 88 case EXCP_ILLEGAL: in m68k_exception_name() 382 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()
|