Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/
Dinst.h204 struct i_format { /* Immediate format (addi, lw, ...) */ struct
205 unsigned int opcode : 6;
206 unsigned int rs : 5;
207 unsigned int rt : 5;
208 signed int simmediate : 16;
277 struct i_format { /* Immediate format */ struct
278 signed int simmediate : 16;
279 unsigned int rt : 5;
280 unsigned int rs : 5;
281 unsigned int opcode : 6;
[all …]