Home
last modified time | relevance | path

Searched refs:srcdstA (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Ddbl_float.h54 Dallp1(srcdstA)=0; \
59 Dallp1(srcdstA) >>= varamount; \
70 Deposit_dexponentmantissap1(srcdstA, \
81 Dallp1(srcdstA) = (Dallp1(srcdstA) << (varamount)) | \
96 Dallp1(srcdstA) = (int)Dallp1(srcdstA) >> 1
353 Extall(extent) = Dallp1(srcdstA); \
357 Dallp1(srcdstA) = 0; \
367 Dallp1(srcdstA) >>= shift; \
380 Dallp1(srcdstA) = Dallp1(srcdstA) >> shift
589 Dextallp1(srcdstA) = 0; \
[all …]
H A Dsgl_float.h335 #define Sglext_right_align(srcdstA,srcdstB,shift) \ argument
342 Variable_shift_double(Sextallp1(srcdstA), \
344 Sextallp1(srcdstA) >>= shiftamt; \
348 sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) | \
354 Sextallp2(srcdstB) = Sextallp1(srcdstA) >> shiftamt; \
355 Sextallp1(srcdstA) = 0; \
376 #define Sglext_arithrightshiftby1(srcdstA,srcdstB) \ argument
377 Shiftdouble(Sextallp1(srcdstA),Sextallp2(srcdstB),1,Sextallp2(srcdstB)); \
378 Sextallp1(srcdstA) = (int)Sextallp1(srcdstA) >> 1