Home
last modified time | relevance | path

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

/openbmc/linux/include/math-emu/
H A Dquad.h117 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) macro
190 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) macro
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c434 case FSUBQ: FP_SUB_Q (QR, QA, QB); break; in do_one_mathemu()
H A Dmath_64.c439 case FSUBQ: FP_SUB_Q (QR, QA, QB); break; in do_mathemu()