Lines Matching +full:8 +full:- +full:9
19 * 3. Neither the names of the above-listed copyright holders nor the names
47 /* 8bit ALU logic operations */
50 uint32_t immediate : 8,
51 source : 9,
52 destination : 9,
60 destination : 9,
61 source : 9,
62 immediate : 8;
66 /* 8bit ALU shift/rotate operations */
69 uint32_t shift_control : 8,
70 source : 9,
71 destination : 9,
79 destination : 9,
80 source : 9,
81 shift_control : 8;
85 /* 8bit branch control operations */
88 uint32_t immediate : 8,
89 source : 9,
97 source : 9,
98 immediate : 8;
105 uint32_t opcode_ext : 8,
106 source : 9,
107 destination : 9,
115 destination : 9,
116 source : 9,
117 opcode_ext : 8;
124 uint32_t opcode_ext : 8,
125 source : 9,
133 source : 9,
134 opcode_ext : 8;
143 source : 9,
151 source : 9,