Lines Matching refs:srcdstD
572 #define Dblext_right_align(srcdstA,srcdstB,srcdstC,srcdstD,shift) \ argument
578 sticky = Dextallp4(srcdstD) << 32 - (shiftamt); \
580 Dextallp4(srcdstD),shiftamt,Dextallp4(srcdstD)); \
590 Dextallp4(srcdstD); \
592 Dextallp3(srcdstC),shiftamt,Dextallp4(srcdstD)); \
597 sticky = Dextallp4(srcdstD); \
598 Dextallp4(srcdstD) = Dextallp3(srcdstC); \
606 Dextallp3(srcdstC) | Dextallp4(srcdstD); \
608 Dextallp2(srcdstB),shiftamt,Dextallp4(srcdstD)); \
611 sticky = Dextallp3(srcdstC) | Dextallp4(srcdstD); \
612 Dextallp4(srcdstD) = Dextallp2(srcdstB); \
620 Dextallp4(srcdstD); \
624 Dextallp4(srcdstD); \
626 Dextallp4(srcdstD) = Dextallp1(srcdstA) >> shiftamt; \
631 if (sticky) Dblext_setone_lowmantissap4(srcdstD); \
677 #define Dblext_arithrightshiftby1(srcdstA,srcdstB,srcdstC,srcdstD) \ argument
678 Shiftdouble(Dextallp3(srcdstC),Dextallp4(srcdstD),1,Dextallp4(srcdstD)); \