HomeSort by: relevance | last modified time | path
    Searched refs:shift_control (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm_insformat.h 65 uint32_t shift_control : 8, member in struct:ins_format2
77 shift_control : 8;
aicasm_gram.y 1686 uint8_t shift_control;
1711 shift_control = 0xf0;
1713 shift_control = (places->value << 4) | places->value;
1717 shift_control = 0xf8;
1719 shift_control = (places->value << 4)
1725 shift_control = places->value & 0x7;
1728 shift_control = (8 - places->value) | 0x08;
1731 shift_control = 0; /* Quiet Compiler */
1736 f2_instr->shift_control = shift_control;
    [all...]
  /src/sys/dev/ic/
aic7xxxvar.h 102 uint32_t shift_control : 8, member in struct:ins_format2
114 shift_control : 8;

Completed in 13 milliseconds