Home
last modified time | relevance | path

Searched defs:ins_format1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h45 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 Daic7xxxvar.h82 struct ins_format1 { struct
84 uint32_t immediate : 8,
85 source : 9,
86 destination : 9,
87 ret : 1,
88 opcode : 4,
89 parity : 1;