Home
last modified time | relevance | path

Searched refs:FPU_CSR_FS_S (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmipsregs.h1148 #define FPU_CSR_FS_S 24 /* flush denormalised results to 0 */ macro
1149 #define FPU_CSR_FS (_ULCAST_(1) << FPU_CSR_FS_S)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmipsregs.h1137 #define FPU_CSR_FS_S 24 /* flush denormalised results to 0 */ macro
1138 #define FPU_CSR_FS (_ULCAST_(1) << FPU_CSR_FS_S)
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c864 value = (fcr31 >> (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & in cop1_cfc()
933 fcr31 |= (value << (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & in cop1_ctc()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dcp1emu.c864 value = (fcr31 >> (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & in cop1_cfc()
933 fcr31 |= (value << (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & in cop1_ctc()

Completed in 19 milliseconds