Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dinst.h244 struct dsp_format { /* DSP instruction format */ struct
245 unsigned int opcode : 6;
246 unsigned int base : 5;
247 unsigned int index : 5;
248 unsigned int rd : 5;
249 unsigned int op : 5;
250 unsigned int func : 6;
326 struct dsp_format { /* DSP instruction format */ struct
327 unsigned int func : 6;
328 unsigned int op : 5;
[all …]