Searched refs:FP_DIV_Q (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/math-emu/
H A Dquad.h119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) macro
192 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,2,R,X,Y) macro
/linux-4.4.14/arch/sparc/math-emu/
H A Dmath_64.c450 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; do_mathemu()
H A Dmath_32.c445 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; do_one_mathemu()

Completed in 61 milliseconds