__FPU_FPSCR       111 arch/powerpc/include/asm/sfp-machine.h 	(__FPU_FPSCR >> 2) & 0x1f;	\
__FPU_FPSCR       135 arch/powerpc/include/asm/sfp-machine.h 	(__FPU_FPSCR >> 3) & 0x1f;	\
__FPU_FPSCR       198 arch/powerpc/include/asm/sfp-machine.h 	__FPU_FPSCR & 0x3;		\
__FPU_FPSCR        37 arch/powerpc/math-emu/fcmpo.c 	__FPU_FPSCR &= ~(0x1f000);
__FPU_FPSCR        38 arch/powerpc/math-emu/fcmpo.c 	__FPU_FPSCR |= (cmp << 12);
__FPU_FPSCR        34 arch/powerpc/math-emu/fcmpu.c 	__FPU_FPSCR &= ~(0x1f000);
__FPU_FPSCR        35 arch/powerpc/math-emu/fcmpu.c 	__FPU_FPSCR |= (cmp << 12);
__FPU_FPSCR        18 arch/powerpc/math-emu/fctiwz.c 	fpscr = __FPU_FPSCR;
__FPU_FPSCR        19 arch/powerpc/math-emu/fctiwz.c 	__FPU_FPSCR &= ~(3);
__FPU_FPSCR        20 arch/powerpc/math-emu/fctiwz.c 	__FPU_FPSCR |= FP_RND_ZERO;
__FPU_FPSCR        26 arch/powerpc/math-emu/fctiwz.c 	__FPU_FPSCR = fpscr;
__FPU_FPSCR       172 arch/powerpc/math-emu/math.c 	fpscr = __FPU_FPSCR;
__FPU_FPSCR       220 arch/powerpc/math-emu/math.c 	__FPU_FPSCR = fpscr;
__FPU_FPSCR       439 arch/powerpc/math-emu/math.c 		regs->ccr |= (__FPU_FPSCR >> 4) & 0x0f000000;
__FPU_FPSCR       206 arch/powerpc/math-emu/math_efp.c 	__FPU_FPSCR = mfspr(SPRN_SPEFSCR);
__FPU_FPSCR       208 arch/powerpc/math-emu/math_efp.c 	pr_debug("speinsn:%08lx spefscr:%08lx\n", speinsn, __FPU_FPSCR);
__FPU_FPSCR       675 arch/powerpc/math-emu/math_efp.c 	__FPU_FPSCR
__FPU_FPSCR       677 arch/powerpc/math-emu/math_efp.c 	__FPU_FPSCR |= (FP_CUR_EXCEPTIONS & FP_EX_MASK);
__FPU_FPSCR       678 arch/powerpc/math-emu/math_efp.c 	mtspr(SPRN_SPEFSCR, __FPU_FPSCR);
__FPU_FPSCR       679 arch/powerpc/math-emu/math_efp.c 	current->thread.spefscr_last = __FPU_FPSCR;
__FPU_FPSCR       686 arch/powerpc/math-emu/math_efp.c 			FP_CUR_EXCEPTIONS, __FPU_FPSCR);
__FPU_FPSCR       739 arch/powerpc/math-emu/math_efp.c 	__FPU_FPSCR = mfspr(SPRN_SPEFSCR);
__FPU_FPSCR       740 arch/powerpc/math-emu/math_efp.c 	pr_debug("speinsn:%08lx spefscr:%08lx\n", speinsn, __FPU_FPSCR);
__FPU_FPSCR       745 arch/powerpc/math-emu/math_efp.c 	lo_inexact = __FPU_FPSCR & (SPEFSCR_FG | SPEFSCR_FX);
__FPU_FPSCR       746 arch/powerpc/math-emu/math_efp.c 	hi_inexact = __FPU_FPSCR & (SPEFSCR_FGH | SPEFSCR_FXH);
__FPU_FPSCR        22 arch/powerpc/math-emu/mcrfs.c 	value = (__FPU_FPSCR >> ((7 - crfS) << 2)) & 15;
__FPU_FPSCR        23 arch/powerpc/math-emu/mcrfs.c 	__FPU_FPSCR &= ~(clear);
__FPU_FPSCR        12 arch/powerpc/math-emu/mffs.c 	frD[1] = __FPU_FPSCR;
__FPU_FPSCR        13 arch/powerpc/math-emu/mtfsb0.c 		__FPU_FPSCR &= ~(1 << (31 - crbD));
__FPU_FPSCR        16 arch/powerpc/math-emu/mtfsb0.c 	printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
__FPU_FPSCR        13 arch/powerpc/math-emu/mtfsb1.c 		__FPU_FPSCR |= (1 << (31 - crbD));
__FPU_FPSCR        16 arch/powerpc/math-emu/mtfsb1.c 	printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
__FPU_FPSCR        30 arch/powerpc/math-emu/mtfsf.c 	fpscr = ((__FPU_FPSCR & ~mask) | (frB[1] & mask)) &
__FPU_FPSCR        45 arch/powerpc/math-emu/mtfsf.c 	__FPU_FPSCR = fpscr;
__FPU_FPSCR        48 arch/powerpc/math-emu/mtfsf.c 	printk("%s: %02x %p: %08lx\n", __func__, FM, frB, __FPU_FPSCR);
__FPU_FPSCR        17 arch/powerpc/math-emu/mtfsfi.c 	__FPU_FPSCR &= ~(mask << ((7 - crfD) << 2));
__FPU_FPSCR        18 arch/powerpc/math-emu/mtfsfi.c 	__FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2);
__FPU_FPSCR        21 arch/powerpc/math-emu/mtfsfi.c 	printk("%s: %d %x: %08lx\n", __func__, crfD, IMM, __FPU_FPSCR);