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