shl                57 common/gcc-millicode/qdivrem.c static void shl(digit *p, int len, int sh);
shl               173 common/gcc-millicode/qdivrem.c 		shl(&u[0], m + n, d);		/* u <<= d */
shl               174 common/gcc-millicode/qdivrem.c 		shl(&v[1], n - 1, d);		/* v <<= d */