Lines Matching defs:r_format
226 struct r_format { /* Register format */ struct
227 unsigned int opcode : 6;
228 unsigned int rs : 5;
229 unsigned int rt : 5;
230 unsigned int rd : 5;
231 unsigned int re : 5;
232 unsigned int func : 6;
299 struct r_format { /* Register format */ struct
300 unsigned int func : 6;
301 unsigned int re : 5;
302 unsigned int rd : 5;
303 unsigned int rt : 5;
304 unsigned int rs : 5;
305 unsigned int opcode : 6;
355 struct r_format r_format; member