Home
last modified time | relevance | path

Searched refs:FP_TO_INT_D (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dfctiwz.c23 FP_TO_INT_D(r, B, 32, 1); in fctiwz()
H A Dfctiw.c18 FP_TO_INT_D(r, B, 32, 1); in fctiw()
H A Dmath_efp.c434 FP_TO_INT_D(vc.dp[0], DB, 64, in do_spe_mathemu()
456 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
/kernel/linux/linux-5.10/arch/nds32/math-emu/
H A Dfd2siz.c25 FP_TO_INT_D(r, A, 32, 1); in fd2si_z()
H A Dfd2uiz.c25 FP_TO_INT_D(r, A, 32, 0); in fd2ui_z()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dfctiwz.c23 FP_TO_INT_D(r, B, 32, 1); in fctiwz()
H A Dfctiw.c18 FP_TO_INT_D(r, B, 32, 1); in fctiw()
H A Dmath_efp.c436 FP_TO_INT_D(vc.dp[0], DB, 64, in do_spe_mathemu()
458 FP_TO_INT_D(vc.wp[1], DB, 32, in do_spe_mathemu()
/kernel/linux/linux-5.10/include/math-emu/
H A 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
/kernel/linux/linux-6.6/include/math-emu/
H A 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
/kernel/linux/linux-5.10/arch/sparc/math-emu/
H A Dmath_64.c462 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_mathemu()
465 case FDTOX: FP_TO_INT_D (XR, DB, 64, 1); break; in do_mathemu()
H A Dmath_32.c457 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_one_mathemu()
/kernel/linux/linux-6.6/arch/sparc/math-emu/
H A Dmath_64.c462 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_mathemu()
465 case FDTOX: FP_TO_INT_D (XR, DB, 64, 1); break; in do_mathemu()
H A Dmath_32.c457 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_one_mathemu()

Completed in 7 milliseconds