Home
last modified time | relevance | path

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

/linux/include/math-emu/
H A Dquad.h116 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) macro
189 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) macro
/linux/arch/sparc/math-emu/
H A Dmath_32.c430 case FADDQ: FP_ADD_Q (QR, QA, QB); break; in do_one_mathemu()
H A Dmath_64.c435 case FADDQ: FP_ADD_Q (QR, QA, QB); break; in do_mathemu()