Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/
Dinst.h218 struct c_format { /* Cache (>= R6000) format */ struct
219 unsigned int opcode : 6;
220 unsigned int rs : 5;
221 unsigned int c_op : 3;
222 unsigned int cache : 2;
223 unsigned int simmediate : 16;
291 struct c_format { /* Cache (>= R6000) format */ struct
292 unsigned int simmediate : 16;
293 unsigned int cache : 2;
294 unsigned int c_op : 3;
[all …]