FP_CONV           224 arch/alpha/math-emu/math.c 				FP_CONV(S,D,1,1,SR,DB);
FP_CONV            17 arch/nds32/math-emu/fd2s.c 	FP_CONV(S, D, 1, 2, R, A);
FP_CONV            18 arch/nds32/math-emu/fs2d.c 	FP_CONV(D, S, 2, 1, R, A);
FP_CONV           184 arch/powerpc/include/asm/sfp-machine.h 	   FP_CONV(S, D, 1, 2, __X, X);						\
FP_CONV           188 arch/powerpc/include/asm/sfp-machine.h 		   FP_CONV(D, S, 2, 1, X, __X);					\
FP_CONV            33 arch/powerpc/math-emu/lfs.c 	FP_CONV(D, S, 2, 1, R, A);
FP_CONV           293 arch/powerpc/math-emu/math_efp.c 			FP_CONV(S, D, 1, 2, SR, DB);
FP_CONV           423 arch/powerpc/math-emu/math_efp.c 			FP_CONV(D, S, 2, 1, DR, SB);
FP_CONV            29 arch/powerpc/math-emu/stfs.c 	FP_CONV(S, D, 1, 2, R, A);
FP_CONV           323 arch/sh/math-emu/math.c 	FP_CONV(D, S, 2, 1, Fr, Fn);
FP_CONV           334 arch/sh/math-emu/math.c 	FP_CONV(S, D, 1, 2, Fr, Fn);
FP_CONV           437 arch/sparc/math-emu/math_32.c 	case FSMULD: FP_CONV (D, S, 2, 1, DA, SA);
FP_CONV           438 arch/sparc/math-emu/math_32.c 		     FP_CONV (D, S, 2, 1, DB, SB);
FP_CONV           440 arch/sparc/math-emu/math_32.c 	case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA);
FP_CONV           441 arch/sparc/math-emu/math_32.c 		     FP_CONV (Q, D, 4, 2, QB, DB);
FP_CONV           464 arch/sparc/math-emu/math_32.c 	case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break;
FP_CONV           465 arch/sparc/math-emu/math_32.c 	case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break;
FP_CONV           466 arch/sparc/math-emu/math_32.c 	case FDTOQ: FP_CONV (Q, D, 4, 2, QR, DB); break;
FP_CONV           467 arch/sparc/math-emu/math_32.c 	case FDTOS: FP_CONV (S, D, 1, 2, SR, DB); break;
FP_CONV           468 arch/sparc/math-emu/math_32.c 	case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break;
FP_CONV           469 arch/sparc/math-emu/math_32.c 	case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break;
FP_CONV           442 arch/sparc/math-emu/math_64.c 		case FSMULD: FP_CONV (D, S, 1, 1, DA, SA);
FP_CONV           443 arch/sparc/math-emu/math_64.c 			     FP_CONV (D, S, 1, 1, DB, SB);
FP_CONV           445 arch/sparc/math-emu/math_64.c 		case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA);
FP_CONV           446 arch/sparc/math-emu/math_64.c 			     FP_CONV (Q, D, 2, 1, QB, DB);
FP_CONV           478 arch/sparc/math-emu/math_64.c 		case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break;
FP_CONV           479 arch/sparc/math-emu/math_64.c 		case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break;
FP_CONV           480 arch/sparc/math-emu/math_64.c 		case FDTOQ: FP_CONV (Q, D, 2, 1, QR, DB); break;
FP_CONV           481 arch/sparc/math-emu/math_64.c 		case FDTOS: FP_CONV (S, D, 1, 1, SR, DB); break;
FP_CONV           482 arch/sparc/math-emu/math_64.c 		case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break;
FP_CONV           483 arch/sparc/math-emu/math_64.c 		case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break;