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