Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/math-emu/
A Ddouble.h101 #define FP_PACK_DP(val,X) \ macro
173 #define FP_PACK_DP(val,X) \ macro
/linux-6.3-rc2/arch/alpha/math-emu/
A Dmath.c283 FP_PACK_DP(&vc, DR); in alpha_fp_emul()
/linux-6.3-rc2/arch/sparc/math-emu/
A Dmath_32.c508 case 6: FP_PACK_DP (rd, DR); break; in do_one_mathemu()
A Dmath_64.c510 case 6: FP_PACK_DP (rd, DR); break; in do_mathemu()
/linux-6.3-rc2/arch/sh/math-emu/
A Dmath.c60 {u32 t[2]; FP_PACK_DP(t,f); ((u32*)&r)[0]=t[1]; ((u32*)&r)[1]=t[0];}
/linux-6.3-rc2/arch/powerpc/math-emu/
A Dmath_efp.c472 FP_PACK_DP(vc.dp, DR); in do_spe_mathemu()

Completed in 9 milliseconds