Sall               48 arch/parisc/math-emu/cnv_float.h      (Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : FALSE)
Sall               55 arch/parisc/math-emu/cnv_float.h 		Sall(sgl_value)++
Sall               63 arch/parisc/math-emu/cnv_float.h     	Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
Sall               74 arch/parisc/math-emu/cnv_float.h     ((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
Sall               78 arch/parisc/math-emu/cnv_float.h      Sall(sgl_value) << (SGL_EXP_LENGTH + 2 + exponent) : FALSE)
Sall              203 arch/parisc/math-emu/cnv_float.h     Sall(sgl_value) = 				\
Sall              204 arch/parisc/math-emu/cnv_float.h     	(unsigned)(Sall(sgl_value) << SGL_EXP_LENGTH)>>(31 - exponent)
Sall              217 arch/parisc/math-emu/cnv_float.h     {Sall(sgl_value) <<= SGL_EXP_LENGTH;  /*  left-justify  */		\
Sall              220 arch/parisc/math-emu/cnv_float.h     	Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
Sall              223 arch/parisc/math-emu/cnv_float.h     	Dintp1(dresultA) = Sall(sgl_value) >> (63 - exponent);		\
Sall              224 arch/parisc/math-emu/cnv_float.h     	Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31);		\
Sall              312 arch/parisc/math-emu/cnv_float.h 		Sall(sgl_value)++
Sall              320 arch/parisc/math-emu/cnv_float.h     	Duintp2(duint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
Sall              331 arch/parisc/math-emu/cnv_float.h     Sall(result) = (unsigned)(Sall(src) << SGL_EXP_LENGTH)>>(31 - exponent)
Sall              337 arch/parisc/math-emu/cnv_float.h   {unsigned int val = Sall(sgl_value) << SGL_EXP_LENGTH;		\
Sall               75 arch/parisc/math-emu/decode_exc.c # define Sgl_decrement(sgl_value) Sall(sgl_value)--
Sall              203 arch/parisc/math-emu/sfmpy.c 		if (Sbit28(opnd1)) Sall(opnd3) += (Sall(opnd2) << 3);
Sall              204 arch/parisc/math-emu/sfmpy.c 		if (Sbit29(opnd1)) Sall(opnd3) += (Sall(opnd2) << 2);
Sall              205 arch/parisc/math-emu/sfmpy.c 		if (Sbit30(opnd1)) Sall(opnd3) += (Sall(opnd2) << 1);
Sall              206 arch/parisc/math-emu/sfmpy.c 		if (Sbit31(opnd1)) Sall(opnd3) += Sall(opnd2);
Sall               14 arch/parisc/math-emu/sgl_float.h #define Sgl_firstword(value) Sall(value)
Sall               24 arch/parisc/math-emu/sgl_float.h #define Sgl_all(object) Sall(object)
Sall               29 arch/parisc/math-emu/sgl_float.h     Sall(src1dst) = (Sall(src2)|~((unsigned int)1<<31)) & Sall(src1dst)
Sall               31 arch/parisc/math-emu/sgl_float.h     Sall(src1dst) = (Sall(src2)&((unsigned int)1<<31)) | Sall(src1dst)
Sall               37 arch/parisc/math-emu/sgl_float.h #define Sgl_clear_sign(srcdst) Sall(srcdst) &= ~((unsigned int)1<<31)
Sall               38 arch/parisc/math-emu/sgl_float.h #define Sgl_clear_signexponent(srcdst) Sall(srcdst) &= 0x007fffff
Sall               42 arch/parisc/math-emu/sgl_float.h     Sall(srcdst) >>= varamount
Sall               44 arch/parisc/math-emu/sgl_float.h     Sall(srcdst) <<= varamount
Sall               46 arch/parisc/math-emu/sgl_float.h     Sall(srcdst) = \
Sall               48 arch/parisc/math-emu/sgl_float.h 	(Sall(srcdst) & ((unsigned int)1<<31))
Sall               51 arch/parisc/math-emu/sgl_float.h     Shiftdouble(Sall(left),Extall(right),31,Sall(result))
Sall               54 arch/parisc/math-emu/sgl_float.h     Shiftdouble(Sall(left),Extall(right),1,Extall(right))
Sall               56 arch/parisc/math-emu/sgl_float.h     Sall(srcdst) = (int)Sall(srcdst) >> 1
Sall               62 arch/parisc/math-emu/sgl_float.h #define Sgl_increment(sgl_value) Sall(sgl_value) += 1
Sall               65 arch/parisc/math-emu/sgl_float.h #define Sgl_decrement(sgl_value) Sall(sgl_value) -= 1
Sall               73 arch/parisc/math-emu/sgl_float.h #define Sgl_isnotzero(sgl_value) (Sall(sgl_value)!=0)
Sall               81 arch/parisc/math-emu/sgl_float.h #define Sgl_iszero(sgl_value) (Sall(sgl_value)==0)
Sall              109 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) < Sall(sgl_op2))
Sall              111 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) > Sall(sgl_op2))
Sall              113 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) >= Sall(sgl_op2))
Sall              115 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) == Sall(sgl_op2))
Sall              118 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) <<= 8
Sall              120 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) <<= 4
Sall              122 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) <<= 3
Sall              124 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) <<= 2
Sall              126 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) <<= 1
Sall              128 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) >>= 1
Sall              130 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) >>= 4
Sall              132 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) >>= 8
Sall              158 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH)))
Sall              160 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) \
Sall              163 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) | \
Sall              172 arch/parisc/math-emu/sgl_float.h #define Sgl_setzero_sign(sgl_value)  Sall(sgl_value) &= 0x7fffffff
Sall              173 arch/parisc/math-emu/sgl_float.h #define Sgl_setzero_exponent(sgl_value) Sall(sgl_value) &= 0x807fffff
Sall              174 arch/parisc/math-emu/sgl_float.h #define Sgl_setzero_mantissa(sgl_value) Sall(sgl_value) &= 0xff800000
Sall              175 arch/parisc/math-emu/sgl_float.h #define Sgl_setzero_exponentmantissa(sgl_value)  Sall(sgl_value) &= 0x80000000
Sall              176 arch/parisc/math-emu/sgl_float.h #define Sgl_setzero(sgl_value) Sall(sgl_value) = 0
Sall              177 arch/parisc/math-emu/sgl_float.h #define Sgl_setnegativezero(sgl_value) Sall(sgl_value) = (unsigned int)1 << 31
Sall              186 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))	\
Sall              189 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))	\
Sall              194 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = 				\
Sall              197 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (unsigned int)sign << 31 |			\
Sall              201 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = Sall(sgl_value) & ((unsigned int)1<<31) |		\
Sall              209 arch/parisc/math-emu/sgl_float.h 	Extall(extent) = Sall(srcdst) << (32-(shift));			\
Sall              210 arch/parisc/math-emu/sgl_float.h     	Sall(srcdst) >>= shift;						\
Sall              213 arch/parisc/math-emu/sgl_float.h 	Extall(extent) = Sall(srcdst);					\
Sall              214 arch/parisc/math-emu/sgl_float.h 	Sall(srcdst) = 0;						\
Sall              222 arch/parisc/math-emu/sgl_float.h     Sall(sgl_result) = Sall(sgl_left) - Sall(sgl_right)
Sall              230 arch/parisc/math-emu/sgl_float.h       Sall(result) = Sall(result)-1
Sall              233 arch/parisc/math-emu/sgl_float.h     Sall(sgl_result) = Sall(sgl_left) + Sall(sgl_right)
Sall              236 arch/parisc/math-emu/sgl_float.h     result = Sall(left) XOR Sall(right);
Sall              239 arch/parisc/math-emu/sgl_float.h     Sall(result) = left XOR Sall(right)
Sall              243 arch/parisc/math-emu/sgl_float.h     Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH))	\
Sall              246 arch/parisc/math-emu/sgl_float.h     Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH))	\
Sall              292 arch/parisc/math-emu/sgl_float.h 		guard = (Sall(opnd) >> -exponent) & 1;			\
Sall              293 arch/parisc/math-emu/sgl_float.h 		if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
Sall              295 arch/parisc/math-emu/sgl_float.h 		Sall(opnd) >>= (1-exponent);				\
Sall              299 arch/parisc/math-emu/sgl_float.h 		sticky |= Sall(opnd);					\
Sall              325 arch/parisc/math-emu/sgl_float.h 	Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0