Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dinst.h190 struct i_format { /* Immediate format (addi, lw, ...) */ struct
191 unsigned int opcode : 6;
192 unsigned int rs : 5;
193 unsigned int rt : 5;
194 signed int simmediate : 16;
257 struct i_format { /* Immediate format */ struct
258 signed int simmediate : 16;
259 unsigned int rt : 5;
260 unsigned int rs : 5;
261 unsigned int opcode : 6;
[all …]