Home
last modified time | relevance | path

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

/linux-2.4.37.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-2.4.37.9/arch/sparc/math-emu/
Dmath.c442 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_one_mathemu()
/linux-2.4.37.9/arch/sparc64/math-emu/
Dmath.c418 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_mathemu()
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c535 FP_DIV_Q(QR, QA, QB); in emu_dxbr()