lspr             1839 drivers/video/fbdev/amifb.c 	register u_short *lspr, *sspr;
lspr             1861 drivers/video/fbdev/amifb.c 	lspr = lofsprite + (delta << 1);
lspr             1873 drivers/video/fbdev/amifb.c 					: "=d" (datawords), "=a" (lspr) : "1" (lspr), "d" (delta));
lspr             1875 drivers/video/fbdev/amifb.c 				datawords = (*(lspr + delta) << 16) | (*lspr++);
lspr             1892 drivers/video/fbdev/amifb.c 			--words; ++lspr;
lspr             1895 drivers/video/fbdev/amifb.c 			++lspr;
lspr             1898 drivers/video/fbdev/amifb.c 			: "=a" (lspr), "=a" (sspr) : "0" (lspr), "1" (sspr), "d" (delta));
lspr             1900 drivers/video/fbdev/amifb.c 		lspr += delta;
lspr             1902 drivers/video/fbdev/amifb.c 			u_short *tmp = lspr;
lspr             1903 drivers/video/fbdev/amifb.c 			lspr = sspr;
lspr             1914 drivers/video/fbdev/amifb.c 	register u_short *lspr, *sspr;
lspr             1942 drivers/video/fbdev/amifb.c 	lspr = lofsprite + (delta << 1);
lspr             1946 drivers/video/fbdev/amifb.c 		memset(lspr, 0, (var->height + 4) << fmode << 2);
lspr             1952 drivers/video/fbdev/amifb.c 		memset(lspr, 0, (var->height + 2) << fmode << 2);
lspr             1976 drivers/video/fbdev/amifb.c 					: "=a" (lspr) : "0" (lspr), "d" (datawords), "d" (delta));
lspr             1978 drivers/video/fbdev/amifb.c 				*(lspr + delta) = (u_short) (datawords >> 16);
lspr             1979 drivers/video/fbdev/amifb.c 				*lspr++ = (u_short) (datawords & 0xffff);
lspr             1989 drivers/video/fbdev/amifb.c 				: "=a" (lspr) : "0" (lspr), "d" (datawords), "d" (delta), "d" (bits));
lspr             1991 drivers/video/fbdev/amifb.c 			*(lspr + delta) = (u_short) (datawords >> (16 + bits));
lspr             1992 drivers/video/fbdev/amifb.c 			*lspr++ = (u_short) ((datawords & 0x0000ffff) >> bits);
lspr             1998 drivers/video/fbdev/amifb.c 				: "=a" (lspr) : "0" (lspr), "d" (delta) : "d0");
lspr             2000 drivers/video/fbdev/amifb.c 			*(lspr + delta) = 0;
lspr             2001 drivers/video/fbdev/amifb.c 			*lspr++ = 0;
lspr             2006 drivers/video/fbdev/amifb.c 			: "=a" (lspr), "=a" (sspr) : "0" (lspr), "1" (sspr), "d" (delta));
lspr             2008 drivers/video/fbdev/amifb.c 		lspr += delta;
lspr             2010 drivers/video/fbdev/amifb.c 			u_short *tmp = lspr;
lspr             2011 drivers/video/fbdev/amifb.c 			lspr = sspr;