sh                 57 common/gcc-millicode/qdivrem.c static void shl(digit *p, int len, int sh);
sh                271 common/gcc-millicode/qdivrem.c shl(digit *p, int len, int sh)
sh                276 common/gcc-millicode/qdivrem.c 		p[i] = (digit)(LHALF((unsigned int)p[i] << sh) |
sh                277 common/gcc-millicode/qdivrem.c 		    ((unsigned int)p[i + 1] >> (HALF_BITS - sh)));
sh                278 common/gcc-millicode/qdivrem.c 	p[i] = (digit)(LHALF((unsigned int)p[i] << sh));