FPU_CSR_COND_S   1076 arch/mips/include/asm/mipsregs.h #define FPU_CSR_COND	(_ULCAST_(1) << FPU_CSR_COND_S)
FPU_CSR_COND_S    882 arch/mips/math-emu/cp1emu.c 		value = (fcr31 >> (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) &
FPU_CSR_COND_S    953 arch/mips/math-emu/cp1emu.c 		fcr31 |= (value << (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) &