Home
last modified time | relevance | path

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

/openbmc/linux/include/math-emu/
H A Dquad.h118 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) macro
191 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) macro
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c442 case FMULQ: FP_MUL_Q (QR, QA, QB); break; in do_one_mathemu()
H A Dmath_64.c447 case FMULQ: FP_MUL_Q (QR, QA, QB); break; in do_mathemu()