Symbol: FP_UNPACK_DP
arch/alpha/math-emu/math.c
192
FP_UNPACK_DP(DA, &va);
arch/alpha/math-emu/math.c
193
FP_UNPACK_DP(DB, &vb);
arch/powerpc/math-emu/fadd.c
22
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fadd.c
23
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fadds.c
23
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fadds.c
24
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fcmpo.c
23
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fcmpo.c
24
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fcmpu.c
23
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fcmpu.c
24
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fctiw.c
17
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fctiwz.c
22
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fdiv.c
22
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fdiv.c
23
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fdivs.c
23
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fdivs.c
24
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fmadd.c
24
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fmadd.c
25
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fmadd.c
26
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fmadds.c
25
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fmadds.c
26
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fmadds.c
27
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fmsub.c
24
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fmsub.c
25
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fmsub.c
26
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fmsubs.c
25
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fmsubs.c
26
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fmsubs.c
27
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fmul.c
22
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fmul.c
23
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fmuls.c
23
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fmuls.c
24
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fnmadd.c
24
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fnmadd.c
25
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fnmadd.c
26
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fnmadds.c
25
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fnmadds.c
26
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fnmadds.c
27
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fnmsub.c
24
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fnmsub.c
25
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fnmsub.c
26
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/fnmsubs.c
25
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fnmsubs.c
26
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fnmsubs.c
27
FP_UNPACK_DP(C, frC);
arch/powerpc/math-emu/frsp.c
21
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fsel.c
20
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fsqrt.c
21
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fsqrts.c
22
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fsub.c
22
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fsub.c
23
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/fsubs.c
23
FP_UNPACK_DP(A, frA);
arch/powerpc/math-emu/fsubs.c
24
FP_UNPACK_DP(B, frB);
arch/powerpc/math-emu/math_efp.c
290
FP_UNPACK_DP(DB, vb.dp);
arch/powerpc/math-emu/math_efp.c
350
FP_UNPACK_DP(DA, va.dp);
arch/powerpc/math-emu/math_efp.c
353
FP_UNPACK_DP(DB, vb.dp);
arch/powerpc/math-emu/math_efp.c
356
FP_UNPACK_DP(DA, va.dp);
arch/powerpc/math-emu/stfs.c
23
FP_UNPACK_DP(A, frS);
arch/sh/math-emu/math.c
64
{u32 t[2]; t[0]=((u32*)&r)[1]; t[1]=((u32*)&r)[0]; FP_UNPACK_DP(f,t);}
arch/sparc/math-emu/math_32.c
372
case 6: FP_UNPACK_DP (DA, rs1); break;
arch/sparc/math-emu/math_32.c
393
case 6: FP_UNPACK_DP (DB, rs2); break;
arch/sparc/math-emu/math_64.c
388
case 6: FP_UNPACK_DP (DA, rs1); break;
arch/sparc/math-emu/math_64.c
406
case 6: FP_UNPACK_DP (DB, rs2); break;