Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/math-emu/
Dfctiw.c17 FP_TO_INT_D(r, B, 32, 1); in fctiw()
Dfctiwz.c22 FP_TO_INT_D(r, B, 32, 1); in fctiwz()
Dmath_efp.c441 FP_TO_INT_D(vc.dp[0], DB, 64, ((func & 0x1) == 0)); in do_spe_mathemu()
453 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
/linux-3.4.99/include/math-emu/
Ddouble.h120 #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,2,r,X,rsz,rsg) macro
195 #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,1,r,X,rsz,rsg) macro
/linux-3.4.99/arch/sparc/math-emu/
Dmath_64.c453 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_mathemu()
456 case FDTOX: FP_TO_INT_D (XR, DB, 64, 1); break; in do_mathemu()
Dmath_32.c456 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_one_mathemu()