Lines Matching defs:i_format
190 struct i_format { /* Immediate format (addi, lw, ...) */ struct
191 unsigned int opcode : 6;
192 unsigned int rs : 5;
193 unsigned int rt : 5;
194 signed int simmediate : 16;
257 struct i_format { /* Immediate format */ struct
258 signed int simmediate : 16;
259 unsigned int rt : 5;
260 unsigned int rs : 5;
261 unsigned int opcode : 6;
326 struct i_format i_format; member