Searched refs:srcdst (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsgl_float.h47 #define Sgl_clear_exponent_set_hidden(srcdst) Deposit_sexponent(srcdst,1)
48 #define Sgl_clear_signexponent_set_hidden(srcdst) \
49 Deposit_ssignexponent(srcdst,1)
50 #define Sgl_clear_sign(srcdst) Sall(srcdst) &= ~((unsigned int)1<<31)
51 #define Sgl_clear_signexponent(srcdst) Sall(srcdst) &= 0x007fffff
54 #define Sgl_rightshift(srcdst, varamount) \
55 Sall(srcdst) >>
[all...]
H A Ddbl_float.h48 #define Dbl_clear_exponent_set_hidden(srcdst) Deposit_dexponent(srcdst,1)
49 #define Dbl_clear_signexponent_set_hidden(srcdst) \
50 Deposit_dsignexponent(srcdst,1)
51 #define Dbl_clear_sign(srcdst) Dallp1(srcdst) &= ~((unsigned int)1<<31)
52 #define Dbl_clear_signexponent(srcdst) \
53 Dallp1(srcdst) &= Dmantissap1((unsigned int)-1)
59 * VSHD srcdst.high,srcdst
[all...]

Completed in 109 milliseconds