Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h796 #define FPU_CSR_DIV_X 0x00008000 macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c769 else if (fcr31 & FPU_CSR_DIV_X) in force_fcr31_sig()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1188 #define FPU_CSR_DIV_X 0x00008000 macro
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dcp1emu.c1956 rcsr |= FPU_CSR_DIV_X | FPU_CSR_DIV_S; in fpu_emu()