shiftamt          560 arch/parisc/math-emu/dbl_float.h   {int shiftamt, sticky;						\
shiftamt          561 arch/parisc/math-emu/dbl_float.h     shiftamt = shift % 32;						\
shiftamt          564 arch/parisc/math-emu/dbl_float.h      case 0: if (shiftamt > 0) {					\
shiftamt          565 arch/parisc/math-emu/dbl_float.h 	        sticky = Dextallp4(srcdstD) << 32 - (shiftamt); 	\
shiftamt          567 arch/parisc/math-emu/dbl_float.h 		 Dextallp4(srcdstD),shiftamt,Dextallp4(srcdstD));	\
shiftamt          569 arch/parisc/math-emu/dbl_float.h 		 Dextallp3(srcdstC),shiftamt,Dextallp3(srcdstC));	\
shiftamt          571 arch/parisc/math-emu/dbl_float.h 		 Dextallp2(srcdstB),shiftamt,Dextallp2(srcdstB));	\
shiftamt          572 arch/parisc/math-emu/dbl_float.h 	        Dextallp1(srcdstA) >>= shiftamt;			\
shiftamt          575 arch/parisc/math-emu/dbl_float.h      case 1: if (shiftamt > 0) {					\
shiftamt          576 arch/parisc/math-emu/dbl_float.h                 sticky = (Dextallp3(srcdstC) << 31 - shiftamt) |	\
shiftamt          579 arch/parisc/math-emu/dbl_float.h 		 Dextallp3(srcdstC),shiftamt,Dextallp4(srcdstD));	\
shiftamt          581 arch/parisc/math-emu/dbl_float.h 		 Dextallp2(srcdstB),shiftamt,Dextallp3(srcdstC));	\
shiftamt          588 arch/parisc/math-emu/dbl_float.h 	     Dextallp2(srcdstB) = Dextallp1(srcdstA) >> shiftamt;	\
shiftamt          591 arch/parisc/math-emu/dbl_float.h      case 2: if (shiftamt > 0) {					\
shiftamt          592 arch/parisc/math-emu/dbl_float.h                 sticky = (Dextallp2(srcdstB) << 31 - shiftamt) |	\
shiftamt          595 arch/parisc/math-emu/dbl_float.h 		 Dextallp2(srcdstB),shiftamt,Dextallp4(srcdstD));	\
shiftamt          601 arch/parisc/math-emu/dbl_float.h 	     Dextallp3(srcdstC) = Dextallp1(srcdstA) >> shiftamt;	\
shiftamt          604 arch/parisc/math-emu/dbl_float.h      case 3: if (shiftamt > 0) {					\
shiftamt          605 arch/parisc/math-emu/dbl_float.h                 sticky = (Dextallp1(srcdstA) << 31 - shiftamt) |	\
shiftamt          613 arch/parisc/math-emu/dbl_float.h 	     Dextallp4(srcdstD) = Dextallp1(srcdstA) >> shiftamt;	\
shiftamt          763 arch/parisc/math-emu/dbl_float.h   {int shiftamt, sticky;						\
shiftamt          797 arch/parisc/math-emu/dbl_float.h 	shiftamt = (1-exponent) % 32;					\
shiftamt          799 arch/parisc/math-emu/dbl_float.h 	  case 0: sticky = Dextallp4(opndp4) << 32-(shiftamt);		\
shiftamt          800 arch/parisc/math-emu/dbl_float.h 		  Variableshiftdouble(opndp3,opndp4,shiftamt,opndp4);	\
shiftamt          801 arch/parisc/math-emu/dbl_float.h 		  Variableshiftdouble(opndp2,opndp3,shiftamt,opndp3);	\
shiftamt          802 arch/parisc/math-emu/dbl_float.h 		  Variableshiftdouble(opndp1,opndp2,shiftamt,opndp2);	\
shiftamt          803 arch/parisc/math-emu/dbl_float.h 		  Dextallp1(opndp1) >>= shiftamt;			\
shiftamt          805 arch/parisc/math-emu/dbl_float.h 	  case 1: sticky = (Dextallp3(opndp3) << 32-(shiftamt)) | 	\
shiftamt          807 arch/parisc/math-emu/dbl_float.h 		  Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4);	\
shiftamt          808 arch/parisc/math-emu/dbl_float.h 		  Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3);	\
shiftamt          809 arch/parisc/math-emu/dbl_float.h 		  Dextallp2(opndp2) = Dextallp1(opndp1) >> shiftamt;	\
shiftamt          812 arch/parisc/math-emu/dbl_float.h 	  case 2: sticky = (Dextallp2(opndp2) << 32-(shiftamt)) |	\
shiftamt          814 arch/parisc/math-emu/dbl_float.h 		  Variableshiftdouble(opndp1,opndp2,shiftamt,opndp4);	\
shiftamt          815 arch/parisc/math-emu/dbl_float.h 		  Dextallp3(opndp3) = Dextallp1(opndp1) >> shiftamt;	\
shiftamt          818 arch/parisc/math-emu/dbl_float.h 	  case 3: sticky = (Dextallp1(opndp1) << 32-(shiftamt)) |	\
shiftamt          821 arch/parisc/math-emu/dbl_float.h 		  Dextallp4(opndp4) = Dextallp1(opndp1) >> shiftamt;	\
shiftamt          336 arch/parisc/math-emu/sgl_float.h   {int shiftamt, sticky;						\
shiftamt          337 arch/parisc/math-emu/sgl_float.h     shiftamt = shift % 32;						\
shiftamt          340 arch/parisc/math-emu/sgl_float.h      case 0: if (shiftamt > 0) {					\
shiftamt          341 arch/parisc/math-emu/sgl_float.h 	        sticky = Sextallp2(srcdstB) << 32 - (shiftamt);		\
shiftamt          343 arch/parisc/math-emu/sgl_float.h 		 Sextallp2(srcdstB),shiftamt,Sextallp2(srcdstB));	\
shiftamt          344 arch/parisc/math-emu/sgl_float.h 	        Sextallp1(srcdstA) >>= shiftamt;			\
shiftamt          347 arch/parisc/math-emu/sgl_float.h      case 1: if (shiftamt > 0) {					\
shiftamt          348 arch/parisc/math-emu/sgl_float.h 	        sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) |	\
shiftamt          354 arch/parisc/math-emu/sgl_float.h 	     Sextallp2(srcdstB) = Sextallp1(srcdstA) >> shiftamt;	\