Searched defs:j_format (Results 1 – 1 of 1) sorted by relevance
199 struct j_format { /* Jump format */ struct200 unsigned int opcode : 6;201 unsigned int target : 26;272 struct j_format { /* Jump format */ struct273 unsigned int target : 26;274 unsigned int opcode : 6;351 struct j_format j_format; member