Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1074 #define FPU_CSR_FS_S 24 /* flush denormalised results to 0 */ macro
1075 #define FPU_CSR_FS (_ULCAST_(1) << FPU_CSR_FS_S)
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c876 value = (fcr31 >> (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & in cop1_cfc()
945 fcr31 |= (value << (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & in cop1_ctc()