FP_UNPACK_DP      195 arch/alpha/math-emu/math.c 		FP_UNPACK_DP(DA, &va);
FP_UNPACK_DP      196 arch/alpha/math-emu/math.c 		FP_UNPACK_DP(DB, &vb);
FP_UNPACK_DP       15 arch/nds32/math-emu/faddd.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/faddd.c 	FP_UNPACK_DP(B, fb);
FP_UNPACK_DP       13 arch/nds32/math-emu/fcmpd.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       14 arch/nds32/math-emu/fcmpd.c 	FP_UNPACK_DP(B, fb);
FP_UNPACK_DP       15 arch/nds32/math-emu/fd2s.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fd2si.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fd2siz.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fd2ui.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fd2uiz.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fdivd.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       17 arch/nds32/math-emu/fdivd.c 	FP_UNPACK_DP(B, fb);
FP_UNPACK_DP       15 arch/nds32/math-emu/fmuld.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fmuld.c 	FP_UNPACK_DP(B, fb);
FP_UNPACK_DP       14 arch/nds32/math-emu/fnegd.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       14 arch/nds32/math-emu/fsqrtd.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       16 arch/nds32/math-emu/fsubd.c 	FP_UNPACK_DP(A, fa);
FP_UNPACK_DP       17 arch/nds32/math-emu/fsubd.c 	FP_UNPACK_DP(B, fb);
FP_UNPACK_DP       22 arch/powerpc/math-emu/fadd.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fadd.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fadds.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fadds.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fcmpo.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fcmpo.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fcmpu.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fcmpu.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       17 arch/powerpc/math-emu/fctiw.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       22 arch/powerpc/math-emu/fctiwz.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       22 arch/powerpc/math-emu/fdiv.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fdiv.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fdivs.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fdivs.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fmadd.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fmadd.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fmadd.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fmadds.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fmadds.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       27 arch/powerpc/math-emu/fmadds.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fmsub.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fmsub.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fmsub.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fmsubs.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fmsubs.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       27 arch/powerpc/math-emu/fmsubs.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       22 arch/powerpc/math-emu/fmul.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fmul.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fmuls.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fmuls.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fnmadd.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fnmadd.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fnmadd.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fnmadds.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fnmadds.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       27 arch/powerpc/math-emu/fnmadds.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fnmsub.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fnmsub.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fnmsub.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       25 arch/powerpc/math-emu/fnmsubs.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       26 arch/powerpc/math-emu/fnmsubs.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       27 arch/powerpc/math-emu/fnmsubs.c 	FP_UNPACK_DP(C, frC);
FP_UNPACK_DP       21 arch/powerpc/math-emu/frsp.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       20 arch/powerpc/math-emu/fsel.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       21 arch/powerpc/math-emu/fsqrt.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       22 arch/powerpc/math-emu/fsqrts.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       22 arch/powerpc/math-emu/fsub.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fsub.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP       23 arch/powerpc/math-emu/fsubs.c 	FP_UNPACK_DP(A, frA);
FP_UNPACK_DP       24 arch/powerpc/math-emu/fsubs.c 	FP_UNPACK_DP(B, frB);
FP_UNPACK_DP      288 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_DP(DB, vb.dp);
FP_UNPACK_DP      348 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_DP(DA, va.dp);
FP_UNPACK_DP      350 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_DP(DB, vb.dp);
FP_UNPACK_DP      353 arch/powerpc/math-emu/math_efp.c 			FP_UNPACK_DP(DA, va.dp);
FP_UNPACK_DP       23 arch/powerpc/math-emu/stfs.c 	FP_UNPACK_DP(A, frS);
FP_UNPACK_DP       62 arch/sh/math-emu/math.c 	{u32 t[2]; t[0]=((u32*)&r)[1]; t[1]=((u32*)&r)[0]; FP_UNPACK_DP(f,t);}
FP_UNPACK_DP      372 arch/sparc/math-emu/math_32.c 	case 6: FP_UNPACK_DP (DA, rs1); break;
FP_UNPACK_DP      393 arch/sparc/math-emu/math_32.c 	case 6: FP_UNPACK_DP (DB, rs2); break;
FP_UNPACK_DP      388 arch/sparc/math-emu/math_64.c 		case 6: FP_UNPACK_DP (DA, rs1); break;
FP_UNPACK_DP      406 arch/sparc/math-emu/math_64.c 		case 6: FP_UNPACK_DP (DB, rs2); break;