Lines Matching refs:srcdstB
335 #define Sglext_right_align(srcdstA,srcdstB,shift) \
341 sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \
343 Sextallp2(srcdstB),shiftamt,Sextallp2(srcdstB)); \
349 Sextallp2(srcdstB); \
352 sticky = Sextallp2(srcdstB); \
354 Sextallp2(srcdstB) = Sextallp1(srcdstA) >> shiftamt; \
358 if (sticky) Sglext_setone_lowmantissap2(srcdstB); \
376 #define Sglext_arithrightshiftby1(srcdstA,srcdstB) \
377 Shiftdouble(Sextallp1(srcdstA),Sextallp2(srcdstB),1,Sextallp2(srcdstB)); \