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