Searched refs:FP_DIV_Q (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/math-emu/ |
D | quad.h | 119 #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/ |
D | math_32.c | 446 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_one_mathemu()
|
D | math_64.c | 451 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_mathemu()
|