Home
last modified time | relevance | path

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

/linux/arch/openrisc/include/asm/
H A Dspr_defs.h587 #define SPR_FPCSR_IVF 0x00000200 /* Invalid Flag */ macro
592 SPR_FPCSR_IVF | SPR_FPCSR_INF | SPR_FPCSR_DZF)
/linux/arch/openrisc/kernel/
H A Dtraps.c191 if (fpcsr & SPR_FPCSR_IVF) in do_fpe_trap()