Lines Matching defs:i_format
204 struct i_format { /* Immediate format (addi, lw, ...) */ struct
205 unsigned int opcode : 6;
206 unsigned int rs : 5;
207 unsigned int rt : 5;
208 signed int simmediate : 16;
277 struct i_format { /* Immediate format */ struct
278 signed int simmediate : 16;
279 unsigned int rt : 5;
280 unsigned int rs : 5;
281 unsigned int opcode : 6;
352 struct i_format i_format; member