Home
last modified time | relevance | path

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

/linux-3.3/arch/mips/include/asm/
Dinst.h199 struct j_format { /* Jump format */ struct
200 unsigned int opcode : 6;
201 unsigned int target : 26;
272 struct j_format { /* Jump format */ struct
273 unsigned int target : 26;
274 unsigned int opcode : 6;
351 struct j_format j_format; member