Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.c288 (cpu->cfg.div_zero_exception ? PVR2_DIV_ZERO_EXC_MASK : 0) | in mb_cpu_realizefn()
381 cfg.div_zero_exception, false),
H A Dcpu.h332 bool div_zero_exception; member
H A Dop_helper.c79 env_archcpu(env)->cfg.div_zero_exception) { in check_divz()