Home
last modified time | relevance | path

Searched refs:FP_PACK_DP (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/arch/nds32/math-emu/
Dfsi2d.c18 FP_PACK_DP(ft, R); in fsi2d()
Dfui2d.c18 FP_PACK_DP(ft, R); in fui2d()
Dfnegd.c18 FP_PACK_DP(ft, R); in fnegd()
Dfsqrtd.c18 FP_PACK_DP(ft, R); in fsqrtd()
Dfs2d.c20 FP_PACK_DP(ft, R); in fs2d()
Dfaddd.c20 FP_PACK_DP(ft, R); in faddd()
Dfmuld.c20 FP_PACK_DP(ft, R); in fmuld()
Dfsubd.c24 FP_PACK_DP(ft, R); in fsubd()
Dfdivd.c24 FP_PACK_DP(ft, R); in fdivd()
/Linux-v5.10/include/math-emu/
Ddouble.h101 #define FP_PACK_DP(val,X) \ macro
173 #define FP_PACK_DP(val,X) \ macro
/Linux-v5.10/arch/alpha/math-emu/
Dmath.c281 FP_PACK_DP(&vc, DR); in alpha_fp_emul()
/Linux-v5.10/arch/sparc/math-emu/
Dmath_32.c508 case 6: FP_PACK_DP (rd, DR); break; in do_one_mathemu()
Dmath_64.c510 case 6: FP_PACK_DP (rd, DR); break; in do_mathemu()
/Linux-v5.10/arch/sh/math-emu/
Dmath.c60 {u32 t[2]; FP_PACK_DP(t,f); ((u32*)&r)[0]=t[1]; ((u32*)&r)[1]=t[0];}
/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c469 FP_PACK_DP(vc.dp, DR); in do_spe_mathemu()