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