Lines Matching defs:c_format
218 struct c_format { /* Cache (>= R6000) format */ struct
219 unsigned int opcode : 6;
220 unsigned int rs : 5;
221 unsigned int c_op : 3;
222 unsigned int cache : 2;
223 unsigned int simmediate : 16;
291 struct c_format { /* Cache (>= R6000) format */ struct
292 unsigned int simmediate : 16;
293 unsigned int cache : 2;
294 unsigned int c_op : 3;
295 unsigned int rs : 5;
296 unsigned int opcode : 6;
354 struct c_format c_format; member