Lines Matching refs:srcdstC
559 #define Dblext_right_align(srcdstA,srcdstB,srcdstC,srcdstD,shift) \ argument
566 Variable_shift_double(Dextallp3(srcdstC), \
569 Dextallp3(srcdstC),shiftamt,Dextallp3(srcdstC)); \
576 sticky = (Dextallp3(srcdstC) << 31 - shiftamt) | \
579 Dextallp3(srcdstC),shiftamt,Dextallp4(srcdstD)); \
581 Dextallp2(srcdstB),shiftamt,Dextallp3(srcdstC)); \
585 Dextallp4(srcdstD) = Dextallp3(srcdstC); \
586 Dextallp3(srcdstC) = Dextallp2(srcdstB); \
593 Dextallp3(srcdstC) | Dextallp4(srcdstD); \
598 sticky = Dextallp3(srcdstC) | Dextallp4(srcdstD); \
601 Dextallp3(srcdstC) = Dextallp1(srcdstA) >> shiftamt; \
606 Dextallp2(srcdstB) | Dextallp3(srcdstC) | \
610 sticky = Dextallp2(srcdstB) | Dextallp3(srcdstC) | \
615 Dextallp3(srcdstC) = 0; \
664 #define Dblext_arithrightshiftby1(srcdstA,srcdstB,srcdstC,srcdstD) \ argument
665 Shiftdouble(Dextallp3(srcdstC),Dextallp4(srcdstD),1,Dextallp4(srcdstD)); \
666 Shiftdouble(Dextallp2(srcdstB),Dextallp3(srcdstC),1,Dextallp3(srcdstC)); \