Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.c291 (cpu->cfg.opcode_0_illegal ? PVR2_OPCODE_0x0_ILL_MASK : 0)); in mb_cpu_realizefn()
385 cfg.opcode_0_illegal, false),
H A Dcpu.h331 bool opcode_0_illegal; member
H A Dtranslate.c1286 if (dc->cfg->opcode_0_illegal) { in DO_RTS()