Home
last modified time | relevance | path

Searched refs:SPEFSCR_FINV (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h188 #define SPEFSCR_FINV 0x00000800 /* Embedded FP invalid operation */ macro
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1783 else if ((spefscr & SPEFSCR_FINV) && (fpexc_mode & PR_FP_EXC_INV)) { in SPEFloatingPointException()