Searched refs:src2A (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/parisc/math-emu/ | 
| D | dbl_float.h | 443 #define Twoword_add(src1dstA,src1dstB,src2A,src2B)		\  argument 450 	Dallp1(src1dstA) += (src2A);				\ 453 #define Twoword_subtract(src1dstA,src1dstB,src2A,src2B)		\  argument 460 	Dallp1(src1dstA) -= (src2A);				\ 734 #define Fourword_add(src1dstA,src1dstB,src1dstC,src1dstD,src2A,src2B,src2C,src2D) \  argument 760 	src1dstA += (src2A)
  |