SA0               486 arch/powerpc/math-emu/math_efp.c 		FP_DECL_S(SA0); FP_DECL_S(SB0); FP_DECL_S(SR0);
SA0               493 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA0, va.wp);
SA0               500 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA0, va.wp);
SA0               531 arch/powerpc/math-emu/math_efp.c 			FP_ADD_S(SR0, SA0, SB0);
SA0               536 arch/powerpc/math-emu/math_efp.c 			FP_SUB_S(SR0, SA0, SB0);
SA0               541 arch/powerpc/math-emu/math_efp.c 			FP_MUL_S(SR0, SA0, SB0);
SA0               546 arch/powerpc/math-emu/math_efp.c 			FP_DIV_S(SR0, SA0, SB0);
SA0               637 arch/powerpc/math-emu/math_efp.c 			FP_CMP_S(IR0, SA0, SB0, 3);
SA0               639 arch/powerpc/math-emu/math_efp.c 			if (IR0 == 3 && (FP_ISSIGNAN_S(SA0) || FP_ISSIGNAN_S(SB0)))
SA0              5053 drivers/tty/synclinkmp.c 		write_reg(info, SA0, testval[(i+2)%count]);
SA0              5058 drivers/tty/synclinkmp.c 			  (read_reg(info, SA0) != testval[(i+2)%count]) ||