Home
last modified time | relevance | path

Searched refs:FP_FROM_INT_D (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/math-emu/
H A Ddouble.h122 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt) macro
197 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt) macro
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_64.c472 case FXTOD: XR = rs2->d; FP_FROM_INT_D (DR, XR, 64, long); break; in do_mathemu()
476 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_mathemu()
H A Dmath_32.c461 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu()
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c268 FP_FROM_INT_D(DR, ((long)vb), 64, long); in alpha_fp_emul()