Home
last modified time | relevance | path

Searched refs:FP_FROM_INT_Q (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/math-emu/
H A Dquad.h128 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt) macro
201 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt) macro
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_64.c468 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_mathemu()
469 case FXTOQ: XR = rs2->d; FP_FROM_INT_Q (QR, XR, 64, long); break; in do_mathemu()
H A Dmath_32.c462 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_one_mathemu()