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.h819 #define FPU_CSR_DIV_X 0x00008000 macro
/arch/mips/kernel/
Dtraps.c732 else if (fcr31 & FPU_CSR_DIV_X) in process_fpemu_return()
/arch/mips/math-emu/
Dcp1emu.c1914 rcsr |= FPU_CSR_DIV_X | FPU_CSR_DIV_S; in fpu_emu()