Lines Matching refs:srcdstD
559 #define Dblext_right_align(srcdstA,srcdstB,srcdstC,srcdstD,shift) \ argument
565 sticky = Dextallp4(srcdstD) << 32 - (shiftamt); \
567 Dextallp4(srcdstD),shiftamt,Dextallp4(srcdstD)); \
577 Dextallp4(srcdstD); \
579 Dextallp3(srcdstC),shiftamt,Dextallp4(srcdstD)); \
584 sticky = Dextallp4(srcdstD); \
585 Dextallp4(srcdstD) = Dextallp3(srcdstC); \
593 Dextallp3(srcdstC) | Dextallp4(srcdstD); \
595 Dextallp2(srcdstB),shiftamt,Dextallp4(srcdstD)); \
598 sticky = Dextallp3(srcdstC) | Dextallp4(srcdstD); \
599 Dextallp4(srcdstD) = Dextallp2(srcdstB); \
607 Dextallp4(srcdstD); \
611 Dextallp4(srcdstD); \
613 Dextallp4(srcdstD) = Dextallp1(srcdstA) >> shiftamt; \
618 if (sticky) Dblext_setone_lowmantissap4(srcdstD); \
664 #define Dblext_arithrightshiftby1(srcdstA,srcdstB,srcdstC,srcdstD) \ argument
665 Shiftdouble(Dextallp3(srcdstC),Dextallp4(srcdstD),1,Dextallp4(srcdstD)); \