Searched defs:ins_format1 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_insformat.h | 45 struct ins_format1 { struct 47 uint32_t immediate : 8, 48 source : 9, 49 destination : 9, 50 ret : 1, 51 opcode : 4, 52 parity : 1;
|
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxxvar.h | 82 struct ins_format1 { struct 84 uint32_t immediate : 8, 85 source : 9, 86 destination : 9, 87 ret : 1, 88 opcode : 4, 89 parity : 1;
|