Home
last modified time | relevance | path

Searched refs:illegal_opcode_exception (Results 1 – 3 of 3) sorted by relevance

/qemu/target/microblaze/
H A Dcpu.c289 (cpu->cfg.illegal_opcode_exception ? PVR2_ILL_OPCODE_EXC_MASK : 0) | in mb_cpu_realizefn()
379 cfg.illegal_opcode_exception, false),
H A Dcpu.h330 bool illegal_opcode_exception; member
H A Dtranslate.c141 && dc->cfg->illegal_opcode_exception) { in trap_illegal()