Home
last modified time | relevance | path

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

/linux/arch/powerpc/math-emu/
H A Dfsqrt.c28 FP_SET_EXCEPTION(EFLAG_VXSQRT); in fsqrt()
H A Dfsqrts.c29 FP_SET_EXCEPTION(EFLAG_VXSQRT); in fsqrts()
H A Dmath.c200 if (eflag & EFLAG_VXSQRT) in record_exception()
/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h342 #define EFLAG_VXSQRT (1 << (31 - 22)) macro