Home
last modified time | relevance | path

Searched refs:FPU_CSR_DIV_X (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/
Dmipsregs.h145 #define FPU_CSR_DIV_X 0x00008000 macro
/arch/mips/math-emu/
Dcp1emu.c865 rcsr |= FPU_CSR_DIV_X | FPU_CSR_DIV_S; in fpu_emu()
/arch/mips/kernel/
Dtraps.c682 else if (fcr31 & FPU_CSR_DIV_X) in do_fpe()