Symbol: Sextallp2
arch/parisc/math-emu/sgl_float.h
311
Sextallp1(valA) = 0; Sextallp2(valB) = 0
arch/parisc/math-emu/sgl_float.h
313
#define Sglext_isnotzero_mantissap2(valB) (Sextallp2(valB)!=0)
arch/parisc/math-emu/sgl_float.h
317
#define Sglext_iszero(valA,valB) (Sextallp1(valA)==0 && Sextallp2(valB)==0)
arch/parisc/math-emu/sgl_float.h
323
Sextallp2(destb) = Sextallp2(srcb)
arch/parisc/math-emu/sgl_float.h
325
Sextallp1(dest1) = Sall(src1); Sextallp2(dest2) = 0
arch/parisc/math-emu/sgl_float.h
328
Sextallp2(leftp2) = Sextallp2(leftp2) XOR Sextallp2(rightp2); \
arch/parisc/math-emu/sgl_float.h
329
Sextallp2(rightp2) = Sextallp2(leftp2) XOR Sextallp2(rightp2); \
arch/parisc/math-emu/sgl_float.h
330
Sextallp2(leftp2) = Sextallp2(leftp2) XOR Sextallp2(rightp2)
arch/parisc/math-emu/sgl_float.h
341
sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \
arch/parisc/math-emu/sgl_float.h
343
Sextallp2(srcdstB),shiftamt,Sextallp2(srcdstB)); \
arch/parisc/math-emu/sgl_float.h
349
Sextallp2(srcdstB); \
arch/parisc/math-emu/sgl_float.h
352
sticky = Sextallp2(srcdstB); \
arch/parisc/math-emu/sgl_float.h
354
Sextallp2(srcdstB) = Sextallp1(srcdstA) >> shiftamt; \
arch/parisc/math-emu/sgl_float.h
363
if( Sextallp2(rightb) > Sextallp2(leftb) ) Sextallp1(lefta)--; \
arch/parisc/math-emu/sgl_float.h
364
Sextallp2(resultb) = Sextallp2(leftb) - Sextallp2(rightb); \
arch/parisc/math-emu/sgl_float.h
370
if ((Sextallp2(resultb) = Sextallp2(leftb)+Sextallp2(rightb)) < \
arch/parisc/math-emu/sgl_float.h
371
Sextallp2(rightb)) \
arch/parisc/math-emu/sgl_float.h
377
Shiftdouble(Sextallp1(srcdstA),Sextallp2(srcdstB),1,Sextallp2(srcdstB)); \
arch/parisc/math-emu/sgl_float.h
381
Shiftdouble(Sextallp1(valA),Sextallp2(valB),24,Sextallp1(valA)); \
arch/parisc/math-emu/sgl_float.h
382
Sextallp2(valB) <<= 8
arch/parisc/math-emu/sgl_float.h
384
Shiftdouble(Sextallp1(valA),Sextallp2(valB),28,Sextallp1(valA)); \
arch/parisc/math-emu/sgl_float.h
385
Sextallp2(valB) <<= 4
arch/parisc/math-emu/sgl_float.h
387
Shiftdouble(Sextallp1(valA),Sextallp2(valB),29,Sextallp1(valA)); \
arch/parisc/math-emu/sgl_float.h
388
Sextallp2(valB) <<= 3
arch/parisc/math-emu/sgl_float.h
390
Shiftdouble(Sextallp1(valA),Sextallp2(valB),30,Sextallp1(valA)); \
arch/parisc/math-emu/sgl_float.h
391
Sextallp2(valB) <<= 2
arch/parisc/math-emu/sgl_float.h
393
Shiftdouble(Sextallp1(valA),Sextallp2(valB),31,Sextallp1(valA)); \
arch/parisc/math-emu/sgl_float.h
394
Sextallp2(valB) <<= 1
arch/parisc/math-emu/sgl_float.h
397
Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),4,Sextallp2(valueB)); \
arch/parisc/math-emu/sgl_float.h
400
Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),3,Sextallp2(valueB)); \
arch/parisc/math-emu/sgl_float.h
403
Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),1,Sextallp2(valueB)); \
arch/parisc/math-emu/sgl_float.h
424
if (exponent == 0 && Sextallp2(opndp2)) { \
arch/parisc/math-emu/sgl_float.h
450
sticky = Sextallp2(opndp2) << 31+exponent; \
arch/parisc/math-emu/sgl_float.h
455
sticky = Sextallp2(opndp2); \
arch/parisc/math-emu/sgl_float.h
456
Sextallp2(opndp2) = Sextallp1(opndp1); \
arch/parisc/math-emu/sgl_float.h
462
Sextallp2(opndp2); \
arch/parisc/math-emu/sgl_float.h
463
Sextallp2(opndp2) = Sextallp1(opndp1) >> -31-exponent; \
arch/parisc/math-emu/sgl_float.h
468
sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \