Searched refs:shift_control (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h65 uint32_t shift_control : 8, member in struct:ins_format2
77 shift_control : 8;
H A Daicasm_gram.y1683 uint8_t shift_control;
1708 shift_control = 0xf0;
1710 shift_control = (places->value << 4) | places->value;
1714 shift_control = 0xf8;
1716 shift_control = (places->value << 4)
1722 shift_control = places->value & 0x7;
1725 shift_control = (8 - places->value) | 0x08;
1728 shift_control = 0; /* Quiet Compiler */
1733 f2_instr->shift_control = shift_control;
[all...]

Completed in 99 milliseconds