Lines Matching refs:srcdstC
572 #define Dblext_right_align(srcdstA,srcdstB,srcdstC,srcdstD,shift) \ argument
579 Variable_shift_double(Dextallp3(srcdstC), \
582 Dextallp3(srcdstC),shiftamt,Dextallp3(srcdstC)); \
589 sticky = (Dextallp3(srcdstC) << 31 - shiftamt) | \
592 Dextallp3(srcdstC),shiftamt,Dextallp4(srcdstD)); \
594 Dextallp2(srcdstB),shiftamt,Dextallp3(srcdstC)); \
598 Dextallp4(srcdstD) = Dextallp3(srcdstC); \
599 Dextallp3(srcdstC) = Dextallp2(srcdstB); \
606 Dextallp3(srcdstC) | Dextallp4(srcdstD); \
611 sticky = Dextallp3(srcdstC) | Dextallp4(srcdstD); \
614 Dextallp3(srcdstC) = Dextallp1(srcdstA) >> shiftamt; \
619 Dextallp2(srcdstB) | Dextallp3(srcdstC) | \
623 sticky = Dextallp2(srcdstB) | Dextallp3(srcdstC) | \
628 Dextallp3(srcdstC) = 0; \
677 #define Dblext_arithrightshiftby1(srcdstA,srcdstB,srcdstC,srcdstD) \ argument
678 Shiftdouble(Dextallp3(srcdstC),Dextallp4(srcdstD),1,Dextallp4(srcdstD)); \
679 Shiftdouble(Dextallp2(srcdstB),Dextallp3(srcdstC),1,Dextallp3(srcdstC)); \