Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dcpu.c274 (cpu->cfg.opcode_0_illegal ? PVR2_OPCODE_0x0_ILL_MASK : 0)); in mb_cpu_realizefn()
367 cfg.opcode_0_illegal, false),
H A Dcpu.h334 bool opcode_0_illegal; member
H A Dtranslate.c1289 if (dc->cfg->opcode_0_illegal) { in DO_RTS()