Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dregisters.h27 #define FSR_UF (1<<1) /* Underflow */ macro
/openbmc/linux/arch/microblaze/kernel/
H A Dexceptions.c125 else if (fsr & FSR_UF) in full_exception()
/openbmc/qemu/linux-user/microblaze/
H A Dcpu_loop.c94 } else if (si_code & FSR_UF) { in cpu_loop()
/openbmc/qemu/target/microblaze/
H A Dcpu.h108 #define FSR_UF (1<<1) /* Underflow */ macro
H A Dop_helper.c134 env->fsr |= FSR_UF; in update_fpu_flags()