Home
last modified time | relevance | path

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

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