Searched refs:srcdstC (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/parisc/math-emu/ |
D | dbl_float.h | 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); \ [all …]
|