Home
last modified time | relevance | path

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

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