shift_control    1688 dev/microcode/aic7xxx/aicasm_gram.y 	uint8_t shift_control;
shift_control    1713 dev/microcode/aic7xxx/aicasm_gram.y 			shift_control = 0xf0;
shift_control    1715 dev/microcode/aic7xxx/aicasm_gram.y 			shift_control = (places->value << 4) | places->value;
shift_control    1719 dev/microcode/aic7xxx/aicasm_gram.y 			shift_control = 0xf8;
shift_control    1721 dev/microcode/aic7xxx/aicasm_gram.y 			shift_control = (places->value << 4)
shift_control    1727 dev/microcode/aic7xxx/aicasm_gram.y 		shift_control = places->value & 0x7;
shift_control    1730 dev/microcode/aic7xxx/aicasm_gram.y 		shift_control = (8 - places->value) | 0x08;
shift_control    1733 dev/microcode/aic7xxx/aicasm_gram.y 		shift_control = 0; /* Quiet Compiler */
shift_control    1738 dev/microcode/aic7xxx/aicasm_gram.y 	f2_instr->shift_control = shift_control;
shift_control      66 dev/microcode/aic7xxx/aicasm_insformat.h 	uint32_t	shift_control	: 8,
shift_control      78 dev/microcode/aic7xxx/aicasm_insformat.h 			shift_control	: 8;