Home
last modified time | relevance | path

Searched refs:shift_control (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h65 uint32_t shift_control : 8, member
77 shift_control : 8;
H A Daicasm_gram.y1686 uint8_t shift_control; in format_2_instr() local
1711 shift_control = 0xf0; in format_2_instr()
1713 shift_control = (places->value << 4) | places->value; in format_2_instr()
1717 shift_control = 0xf8; in format_2_instr()
1719 shift_control = (places->value << 4) in format_2_instr()
1725 shift_control = places->value & 0x7; in format_2_instr()
1728 shift_control = (8 - places->value) | 0x08; in format_2_instr()
1731 shift_control = 0; /* Quiet Compiler */ in format_2_instr()
1736 f2_instr->shift_control = shift_control; in format_2_instr()
/netbsd-src/sys/dev/ic/
H A Daic7xxxvar.h102 uint32_t shift_control : 8, member
114 shift_control : 8;