shift              65 src/cmd/5a/a.y %type	<addr>	gen rel reg regreg freg shift fcon frcon
shift             449 src/cmd/5a/a.y |	shift
shift             450 src/cmd/5a/a.y |	shift '(' spreg ')'
shift             517 src/cmd/5a/a.y |	shift
shift             543 src/cmd/5a/a.y shift:
shift             143 src/cmd/5c/swt.c 	if(b->type->shift == 0 && typeu[b->type->etype]) {
shift             147 src/cmd/5c/swt.c 		sh = 32 - b->type->shift - b->type->nbits;
shift             150 src/cmd/5c/swt.c 		sh += b->type->shift;
shift             178 src/cmd/5c/swt.c 	sh = b->type->shift;
shift              46 src/cmd/6c/mul.c 	char	shift;
shift             211 src/cmd/6c/mul.c 		mp->shift = bn;
shift             362 src/cmd/6c/mul.c 	nods = *nodconst(p->shift);
shift             107 src/cmd/6c/swt.c 	if(b->type->shift == 0 && typeu[b->type->etype]) {
shift             111 src/cmd/6c/swt.c 		sh = 32 - b->type->shift - b->type->nbits;
shift             114 src/cmd/6c/swt.c 		sh += b->type->shift;
shift             136 src/cmd/6c/swt.c 	sh = b->type->shift;
shift            1734 src/cmd/8c/cgen64.c 			goto shift;
shift            1928 src/cmd/8c/cgen64.c 	shift:
shift              46 src/cmd/8c/mul.c 	char	shift;
shift             211 src/cmd/8c/mul.c 		mp->shift = bn;
shift             362 src/cmd/8c/mul.c 	nods = *nodconst(p->shift);
shift             112 src/cmd/8c/swt.c 	if(b->type->shift == 0 && typeu[b->type->etype]) {
shift             116 src/cmd/8c/swt.c 		sh = 32 - b->type->shift - b->type->nbits;
shift             119 src/cmd/8c/swt.c 		sh += b->type->shift;
shift             141 src/cmd/8c/swt.c 	sh = b->type->shift;
shift             180 src/cmd/cc/cc.h 	uchar	shift;
shift             594 src/cmd/cc/dcl.c 				if(l->shift <= 0) {
shift             595 src/cmd/cc/dcl.c 					l->shift = -l->shift;
shift             632 src/cmd/cc/dcl.c 			l->shift = 0;
shift            1497 src/cmd/cc/dcl.c 		t->shift = lastbit - lastfield;
shift            1500 src/cmd/cc/dcl.c 			t->shift = -t->shift;
shift            1431 src/cmd/cc/lex.c 			sprint(s, " %d:%d", t->shift, t->nbits);
shift             167 src/cmd/cc/sub.c 	t->shift = 0;
shift             578 src/cmd/gc/typecheck.c 			goto shift;
shift             707 src/cmd/gc/typecheck.c 	shift:
shift             675 src/liblink/objfile.c 	int shift;
shift             678 src/liblink/objfile.c 	for(shift = 0;; shift += 7) {
shift             679 src/liblink/objfile.c 		if(shift >= 64)
shift             682 src/liblink/objfile.c 		uv |= (uint64)(c & 0x7F) << shift;
shift             310 src/liblink/pcln.c 	int shift;
shift             315 src/liblink/pcln.c 	for(shift = 0;; shift += 7) {
shift             316 src/liblink/pcln.c 		v |= (uint32)(*p & 0x7F) << shift;
shift             209 src/pkg/runtime/heapdump.c 	uintptr *b, off, shift;
shift             213 src/pkg/runtime/heapdump.c 	shift = off % wordsPerBitmapWord;
shift             214 src/pkg/runtime/heapdump.c 	return ((*b >> shift) & bitScan) != 0;
shift             565 src/pkg/runtime/heapdump.c 	uintptr i, j, size, n, off, shift, *bitp, bits, ti, kind;
shift             590 src/pkg/runtime/heapdump.c 			shift = off % wordsPerBitmapWord;
shift             591 src/pkg/runtime/heapdump.c 			bits = *bitp >> shift;
shift             273 src/pkg/runtime/mgc0.c 	uintptr *bitp, bits, shift, x, xbits, off, j;
shift             290 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
shift             292 src/pkg/runtime/mgc0.c 	bits = xbits >> shift;
shift             303 src/pkg/runtime/mgc0.c 	for(j=shift; j-->0; ) {
shift             305 src/pkg/runtime/mgc0.c 			shift = j;
shift             306 src/pkg/runtime/mgc0.c 			bits = xbits>>shift;
shift             333 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
shift             335 src/pkg/runtime/mgc0.c 	bits = xbits >> shift;
shift             346 src/pkg/runtime/mgc0.c 		*bitp |= bitMarked<<shift;
shift             350 src/pkg/runtime/mgc0.c 			if(x & (bitMarked<<shift))
shift             352 src/pkg/runtime/mgc0.c 			if(runtime·casp((void**)bitp, (void*)x, (void*)(x|(bitMarked<<shift))))
shift             427 src/pkg/runtime/mgc0.c 	uintptr size, *bitp, bits, shift, j, x, xbits, off, nobj, ti, n;
shift             486 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift             488 src/pkg/runtime/mgc0.c 		bits = xbits >> shift;
shift             501 src/pkg/runtime/mgc0.c 		for(j=shift; j-->0; ) {
shift             503 src/pkg/runtime/mgc0.c 				obj = (byte*)obj - (shift-j)*PtrSize;
shift             504 src/pkg/runtime/mgc0.c 				shift = j;
shift             505 src/pkg/runtime/mgc0.c 				bits = xbits>>shift;
shift             532 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift             534 src/pkg/runtime/mgc0.c 		bits = xbits >> shift;
shift             545 src/pkg/runtime/mgc0.c 			*bitp |= bitMarked<<shift;
shift             549 src/pkg/runtime/mgc0.c 				if(x & (bitMarked<<shift))
shift             551 src/pkg/runtime/mgc0.c 				if(runtime·casp((void**)bitp, (void*)x, (void*)(x|(bitMarked<<shift))))
shift            1786 src/pkg/runtime/mgc0.c 	uintptr size, off, *bitp, shift, bits;
shift            1832 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift            1833 src/pkg/runtime/mgc0.c 		*bitp |= bitMarked<<shift;
shift            1844 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift            1845 src/pkg/runtime/mgc0.c 		bits = *bitp>>shift;
shift            1856 src/pkg/runtime/mgc0.c 				*bitp |= bitMarked << shift;
shift            1882 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift            1883 src/pkg/runtime/mgc0.c 		bits = *bitp>>shift;
shift            1889 src/pkg/runtime/mgc0.c 			*bitp &= ~(bitMarked<<shift);
shift            1897 src/pkg/runtime/mgc0.c 		*bitp &= ~((bitScan|bitMarked)<<shift);
shift            2062 src/pkg/runtime/mgc0.c 		uintptr off, *bitp, shift, bits;
shift            2066 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift            2067 src/pkg/runtime/mgc0.c 		bits = *bitp>>shift;
shift            2740 src/pkg/runtime/mgc0.c 	uintptr *b, off, shift;
shift            2744 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
shift            2745 src/pkg/runtime/mgc0.c 	*b = (*b & ~(bitAllocated<<shift)) | bitBlockBoundary<<shift;
shift            2751 src/pkg/runtime/mgc0.c 	uintptr *b, off, shift;
shift            2755 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
shift            2756 src/pkg/runtime/mgc0.c 	*b |= bitScan<<shift;
shift            2763 src/pkg/runtime/mgc0.c 	uintptr *b, off, shift;
shift            2773 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
shift            2774 src/pkg/runtime/mgc0.c 	*b = (*b & ~(bitMask<<shift)) | (bitAllocated<<shift);
shift            2781 src/pkg/runtime/mgc0.c 	uintptr *b, bits, off, shift;
shift            2791 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
shift            2793 src/pkg/runtime/mgc0.c 	bits = *b>>shift;
shift            2806 src/pkg/runtime/mgc0.c 	uintptr *b, *b0, off, shift, i, x;
shift            2835 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
shift            2842 src/pkg/runtime/mgc0.c 		x |= bitAllocated<<shift;
shift             246 test/bench/shootout/meteor-contest.c    cell[1] = shift(cell[0], piece_def[piece][0]);
shift             247 test/bench/shootout/meteor-contest.c    cell[2] = shift(cell[1], piece_def[piece][1]);
shift             248 test/bench/shootout/meteor-contest.c    cell[3] = shift(cell[2], piece_def[piece][2]);
shift             249 test/bench/shootout/meteor-contest.c    cell[4] = shift(cell[3], piece_def[piece][3]);
shift             316 test/bench/shootout/meteor-contest.c       fill_contiguous_space(board, shift(index, E));
shift             318 test/bench/shootout/meteor-contest.c       fill_contiguous_space(board, shift(index, SE));
shift             320 test/bench/shootout/meteor-contest.c       fill_contiguous_space(board, shift(index, SW));
shift             322 test/bench/shootout/meteor-contest.c       fill_contiguous_space(board, shift(index, W));
shift             324 test/bench/shootout/meteor-contest.c       fill_contiguous_space(board, shift(index, NW));
shift             326 test/bench/shootout/meteor-contest.c       fill_contiguous_space(board, shift(index, NE));