Lines Matching defs:u_format
211 struct u_format { /* Unsigned immediate format (ori, xori, ...) */ struct
212 unsigned int opcode : 6;
213 unsigned int rs : 5;
214 unsigned int rt : 5;
215 unsigned int uimmediate : 16;
284 struct u_format { /* Unsigned immediate format */ struct
285 unsigned int uimmediate : 16;
286 unsigned int rt : 5;
287 unsigned int rs : 5;
288 unsigned int opcode : 6;
353 struct u_format u_format; member