Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/sparc/math-emu/
Dmath_32.c446 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_one_mathemu()
Dmath_64.c451 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_mathemu()