FP_UNPACK_SP      133 arch/alpha/math-emu/math.c 		FP_UNPACK_SP(SA, &va);
FP_UNPACK_SP      134 arch/alpha/math-emu/math.c 		FP_UNPACK_SP(SB, &vb);
FP_UNPACK_SP      228 arch/alpha/math-emu/math.c 				FP_UNPACK_SP(SB, &vb);
FP_UNPACK_SP       15 arch/nds32/math-emu/fadds.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fadds.c 	FP_UNPACK_SP(B, fb);
FP_UNPACK_SP       13 arch/nds32/math-emu/fcmps.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       14 arch/nds32/math-emu/fcmps.c 	FP_UNPACK_SP(B, fb);
FP_UNPACK_SP       15 arch/nds32/math-emu/fdivs.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fdivs.c 	FP_UNPACK_SP(B, fb);
FP_UNPACK_SP       15 arch/nds32/math-emu/fmuls.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fmuls.c 	FP_UNPACK_SP(B, fb);
FP_UNPACK_SP       14 arch/nds32/math-emu/fnegs.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fs2d.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fs2si.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fs2siz.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fs2ui.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fs2uiz.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       14 arch/nds32/math-emu/fsqrts.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       16 arch/nds32/math-emu/fsubs.c 	FP_UNPACK_SP(A, fa);
FP_UNPACK_SP       17 arch/nds32/math-emu/fsubs.c 	FP_UNPACK_SP(B, fb);
FP_UNPACK_SP      220 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA, va.wp + 1);
FP_UNPACK_SP      222 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SB, vb.wp + 1);
FP_UNPACK_SP      225 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA, va.wp + 1);
FP_UNPACK_SP      418 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SB, vb.wp + 1);
FP_UNPACK_SP      493 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA0, va.wp);
FP_UNPACK_SP      494 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA1, va.wp + 1);
FP_UNPACK_SP      496 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SB0, vb.wp);
FP_UNPACK_SP      497 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SB1, vb.wp + 1);
FP_UNPACK_SP      500 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA0, va.wp);
FP_UNPACK_SP      501 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_SP(SA1, va.wp + 1);
FP_UNPACK_SP       58 arch/sh/math-emu/math.c #define UNPACK_S(f,r)	FP_UNPACK_SP(f,&r)
FP_UNPACK_SP      373 arch/sparc/math-emu/math_32.c 	case 5: FP_UNPACK_SP (SA, rs1); break;
FP_UNPACK_SP      394 arch/sparc/math-emu/math_32.c 	case 5: FP_UNPACK_SP (SB, rs2); break;
FP_UNPACK_SP      389 arch/sparc/math-emu/math_64.c 		case 5: FP_UNPACK_SP (SA, rs1); break;
FP_UNPACK_SP      407 arch/sparc/math-emu/math_64.c 		case 5: FP_UNPACK_SP (SB, rs2); break;