MIPS_FENR_FS_S 1070 arch/mips/include/asm/mipsregs.h #define MIPS_FENR_FS (_ULCAST_(1) << MIPS_FENR_FS_S) MIPS_FENR_FS_S 864 arch/mips/math-emu/cp1emu.c value = (fcr31 >> (FPU_CSR_FS_S - MIPS_FENR_FS_S)) & MIPS_FENR_FS_S 933 arch/mips/math-emu/cp1emu.c fcr31 |= (value << (FPU_CSR_FS_S - MIPS_FENR_FS_S)) &