Lines Matching defs:p_format
235 struct p_format { /* Performance counter format (R10000) */ struct
236 unsigned int opcode : 6;
237 unsigned int rs : 5;
238 unsigned int rt : 5;
239 unsigned int rd : 5;
240 unsigned int re : 5;
241 unsigned int func : 6;
308 struct p_format { /* Performance counter format (R10000) */ struct
309 unsigned int func : 6;
310 unsigned int re : 5;
311 unsigned int rd : 5;
312 unsigned int rt : 5;
313 unsigned int rs : 5;
314 unsigned int opcode : 6;