Home
last modified time | relevance | path

Searched refs:FSR_DZ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dregisters.h25 #define FSR_DZ (1<<3) /* Divide-by-zero */ macro
/openbmc/linux/arch/microblaze/kernel/
H A Dexceptions.c127 else if (fsr & FSR_DZ) in full_exception()
/openbmc/qemu/linux-user/microblaze/
H A Dcpu_loop.c96 } else if (si_code & FSR_DZ) { in cpu_loop()
/openbmc/qemu/target/microblaze/
H A Dcpu.h109 #define FSR_DZ (1<<3) /* Divide-by-zero */ macro
H A Dop_helper.c126 env->fsr |= FSR_DZ; in update_fpu_flags()