Home
last modified time | relevance | path

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

/openbmc/linux/include/math-emu/
H A Ddouble.h101 #define FP_PACK_DP(val,X) \ macro
173 #define FP_PACK_DP(val,X) \ macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c283 FP_PACK_DP(&vc, DR); in alpha_fp_emul()
/openbmc/linux/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()
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c60 {u32 t[2]; FP_PACK_DP(t,f); ((u32*)&r)[0]=t[1]; ((u32*)&r)[1]=t[0];}
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c472 FP_PACK_DP(vc.dp, DR); in do_spe_mathemu()