FPSCR             234 arch/arm/vfp/vfpmodule.c 		fmrx(FPEXC), fmrx(FPSCR), inst);
FPSCR             265 arch/arm/vfp/vfpmodule.c 	fmxr(FPSCR, fpscr);
FPSCR             345 arch/arm/vfp/vfpmodule.c 	orig_fpscr = fpscr = fmrx(FPSCR);
FPSCR              28 arch/sh/math-emu/math.c #define FPSCR_RM	(FPSCR&3)
FPSCR              29 arch/sh/math-emu/math.c #define FPSCR_DN	((FPSCR>>18)&1)
FPSCR              30 arch/sh/math-emu/math.c #define FPSCR_PR	((FPSCR>>19)&1)
FPSCR              31 arch/sh/math-emu/math.c #define FPSCR_SZ	((FPSCR>>20)&1)
FPSCR              32 arch/sh/math-emu/math.c #define FPSCR_FR	((FPSCR>>21)&1)
FPSCR             341 arch/sh/math-emu/math.c 	FPSCR ^= flag;
FPSCR             434 arch/sh/math-emu/math.c 	unsigned long *reg = (code & 0x0010) ? &FPUL : &FPSCR;
FPSCR              86 arch/unicore32/kernel/fpu-ucf64.c 				cff(FPSCR), inst);
FPSCR             102 arch/unicore32/kernel/fpu-ucf64.c 	ctf(FPSCR, tmp);
FPSCR             110 arch/unicore32/kernel/fpu-ucf64.c 	ctf(FPSCR, 0x0);     /* FPSCR_UFE | FPSCR_NDE perhaps better */