Home
last modified time | relevance | path

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

/linux-4.4.14/include/math-emu/
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/
Dmath_32.c445 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_one_mathemu()
Dmath_64.c450 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_mathemu()