Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/math-emu/ !
Dcp1emu.c726 rcsr |= FPU_CSR_UDF_X | FPU_CSR_UDF_S; in fpux_emu()
942 rcsr |= FPU_CSR_UDF_X | FPU_CSR_UDF_S; in fpu_emu()
/linux-3.4.99/arch/mips/include/asm/ !
Dmipsregs.h153 #define FPU_CSR_UDF_X 0x00002000 macro
/linux-3.4.99/arch/mips/kernel/ !
Dtraps.c746 else if (fcr31 & FPU_CSR_UDF_X) in do_fpe()