Home
last modified time | relevance | path

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

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