Home
last modified time | relevance | path

Searched defs:u_format (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/mips/include/asm/
Dinst.h211 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;
[all …]