Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/
Dinst.h244 struct f_format { /* FPU register format */ struct
245 unsigned int opcode : 6;
246 unsigned int : 1;
247 unsigned int fmt : 4;
248 unsigned int rt : 5;
249 unsigned int rd : 5;
250 unsigned int re : 5;
251 unsigned int func : 6;
317 struct f_format { /* FPU register format */ struct
318 unsigned int func : 6;
[all …]