Home
last modified time | relevance | path

Searched refs:EFLAG_VXSNAN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dfsqrts.c31 FP_SET_EXCEPTION(EFLAG_VXSNAN); in fsqrts()
H A Dfsqrt.c30 FP_SET_EXCEPTION(EFLAG_VXSNAN); in fsqrt()
H A Dmath.c186 if (eflag & EFLAG_VXSNAN) in record_exception()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h118 #define FP_EX_INVALID_SNAN EFLAG_VXSNAN
335 #define EFLAG_VXSNAN (1 << (31 - 7)) macro