FPU_CSR_COND1_S 1084 arch/mips/include/asm/mipsregs.h #define FPU_CSR_COND1 (_ULCAST_(1) << FPU_CSR_COND1_S) FPU_CSR_COND1_S 884 arch/mips/math-emu/cp1emu.c value |= (fcr31 >> (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) & FPU_CSR_COND1_S 955 arch/mips/math-emu/cp1emu.c fcr31 |= (value << (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) &